Searched refs:IP_PKT_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define IP_PKT_SIZE (PKT_SIZE - sizeof(struct ethhdr)) macro34 #define UDP_PKT_SIZE (IP_PKT_SIZE - sizeof(struct iphdr))
213 ip_hdr->tot_len = htons(IP_PKT_SIZE); in gen_ip_hdr()
744 #define IP_PKT_SIZE (PKT_SIZE - sizeof(struct ethhdr)) macro745 #define UDP_PKT_SIZE (IP_PKT_SIZE - sizeof(struct iphdr))768 ip_hdr->tot_len = htons(IP_PKT_SIZE); in gen_eth_hdr_data()
Completed in 11 milliseconds