Searched defs:iphdr (Results 1 – 3 of 3) sorted by relevance
101 static uint16_t udp_checksum(struct ip *iphdr, struct udphdr *udphdr) in udp_checksum()117 static uint16_t udp6_checksum(struct ip6_hdr *iphdr, struct udphdr *udphdr) in udp6_checksum()176 struct ip *iphdr = (struct ip *)ip_frame; in send_fragment() local206 struct ip *iphdr = (struct ip *)ip_frame; in send_udp_frags() local
23 static void test_syncookie_helper(void *iphdr, int iphdr_size, in test_syncookie_helper()71 void *data_end, *iphdr; in handle_ip_tcp() local
125 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4()
Completed in 13 milliseconds