Searched defs:udphdr (Results 1 – 5 of 5) sorted by relevance
23 struct udphdr { struct24 __be16 source;25 __be16 dest;26 __be16 len;27 __sum16 check;
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()144 struct udphdr udphdr; in send_fragment() local
628 struct udphdr *udphdr; in batadv_gw_dhcp_recipient_get() local
1495 struct udphdr *udphdr, _udphdr; in batadv_dat_check_dhcp_ipudp() local
1427 struct udphdr *udphdr; in be_tx_timeout() local