Searched defs:iphdr (Results 1 – 2 of 2) 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
125 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4()