Searched refs:UDP_PKT_SIZE (Results 1 – 1 of 1) sorted by relevance
735 #define UDP_PKT_SIZE (IP_PKT_SIZE - sizeof(struct iphdr)) macro736 #define UDP_PKT_DATA_SIZE (UDP_PKT_SIZE - sizeof(struct udphdr))773 udp_hdr->len = htons(UDP_PKT_SIZE); in gen_eth_hdr_data()781 udp_hdr->check = udp_csum(ip_hdr->saddr, ip_hdr->daddr, UDP_PKT_SIZE, in gen_eth_hdr_data()