Searched defs:iphdr (Results 1 – 14 of 14) sorted by relevance
86 struct iphdr { struct88 __u8 ihl:4,89 version:4;96 __u8 tos;97 __be16 tot_len;98 __be16 id;100 __u8 ttl;101 __u8 protocol;102 __sum16 check;103 __be32 saddr;[all …]
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
180 rmnet_map_ipv4_ul_csum_header(struct iphdr *iphdr, in rmnet_map_ipv4_ul_csum_header()437 void *iphdr; in rmnet_map_v4_checksum_uplink_packet() local
343 struct iphdr *iphdr = ip_hdr(skb); in tipc_udp_rcast_disc() local351 struct ipv6hdr *iphdr = ipv6_hdr(skb); in tipc_udp_rcast_disc() local
362 struct iphdr *iphdr, in get_ptp_header_l4()375 struct iphdr *iphdr; in get_ptp_header_tx() local394 struct iphdr *iphdr; in get_ptp_header_rx() local
405 struct ipv6hdr *iphdr; in br_do_suppress_nd() local
566 struct iphdr *iphdr; in batadv_gw_dhcp_recipient_get() local
963 struct iphdr *iphdr; in batadv_mcast_forw_mode_check_ipv4() local
1441 struct iphdr *iphdr, _iphdr; in batadv_dat_check_dhcp_ipudp() local
612 struct iphdr *iphdr; in pkt_dump() local666 struct iphdr *iphdr = (struct iphdr *)(data + sizeof(struct ethhdr)); in is_pkt_valid() local
69 int hdr_flags, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_off()113 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp()125 struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb()
2121 struct ip_vs_iphdr iphdr; in ip_vs_forward_icmp() local
43 struct iphdr *iphdr; in fill_v2_desc_hw() local
2162 const struct ipv6hdr *iphdr; in neigh_reduce() local
Completed in 47 milliseconds