Searched refs:UDP_PKT_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #define UDP_PKT_SIZE (IP_PKT_SIZE - sizeof(struct iphdr)) macro48 #define UDP_PKT_DATA_SIZE (UDP_PKT_SIZE - sizeof(struct udphdr))
251 udp_hdr->len = htons(UDP_PKT_SIZE); in gen_udp_hdr()264 udp_csum(ip_hdr->saddr, ip_hdr->daddr, UDP_PKT_SIZE, IPPROTO_UDP, (u16 *)udp_hdr); in gen_udp_csum()
Completed in 8 milliseconds