/openbmc/linux/include/uapi/linux/ |
H A D | ip.h | 87 struct iphdr { struct 89 __u8 ihl:4, 90 version:4; 97 __u8 tos; 98 __be16 tot_len; 99 __be16 id; 100 __be16 frag_off; 101 __u8 ttl; 102 __u8 protocol; 103 __sum16 check;
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 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() local 206 struct ip *iphdr = (struct ip *)ip_frame; in send_udp_frags() local
|
/openbmc/qemu/net/ |
H A D | eth.c | 42 struct ip_header *iphdr = (struct ip_header *) l3_hdr; in eth_get_gso_type() local 151 struct ip_header *iphdr = &ip4hdr_info->ip4_hdr; in eth_get_protocols() local 321 struct ip_header *iphdr = (struct ip_header *) l3hdr; in eth_fix_ip4_checksum() local 327 eth_calc_ip4_pseudo_hdr_csum(struct ip_header *iphdr, in eth_calc_ip4_pseudo_hdr_csum() 342 eth_calc_ip6_pseudo_hdr_csum(struct ip6_header *iphdr, in eth_calc_ip6_pseudo_hdr_csum()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map_data.c | 181 rmnet_map_ipv4_ul_csum_header(struct iphdr *iphdr, in rmnet_map_ipv4_ul_csum_header() 436 void *iphdr; in rmnet_map_v4_checksum_uplink_packet() local
|
/openbmc/u-boot/net/ |
H A D | bootp.c | 711 uchar *pkt, *iphdr; in bootp_request() local 970 uchar *pkt, *iphdr; in dhcp_send_request_packet() local
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 193 const struct iphdr *iphdr; in iwl_mei_rx_filter_ipv4() local
|
/openbmc/linux/net/tipc/ |
H A D | udp_media.c | 346 struct iphdr *iphdr = ip_hdr(skb); in tipc_udp_rcast_disc() local 354 struct ipv6hdr *iphdr = ipv6_hdr(skb); in tipc_udp_rcast_disc() local
|
/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc_ptp.c | 362 struct iphdr *iphdr, in get_ptp_header_l4() 375 struct iphdr *iphdr; in get_ptp_header_tx() local 394 struct iphdr *iphdr; in get_ptp_header_rx() local
|
/openbmc/linux/net/batman-adv/ |
H A D | gateway_client.c | 567 struct iphdr *iphdr; in batadv_gw_dhcp_recipient_get() local
|
H A D | multicast.c | 963 struct iphdr *iphdr; in batadv_mcast_forw_mode_check_ipv4() local
|
H A D | distributed-arp-table.c | 1441 struct iphdr *iphdr, _iphdr; in batadv_dat_check_dhcp_ipudp() local
|
/openbmc/linux/net/bridge/ |
H A D | br_arp_nd_proxy.c | 405 struct ipv6hdr *iphdr; in br_do_suppress_nd() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 123 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4()
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 72 int hdr_flags, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_off() 116 bool inverse, struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb_icmp() 128 struct ip_vs_iphdr *iphdr) in ip_vs_fill_iph_skb()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 2115 struct ip_vs_iphdr iphdr; in ip_vs_forward_icmp() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_fs.c | 1123 struct iphdr *iphdr; in setup_pkt_tunnel_reformat() local
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 41 struct iphdr *iphdr; in fill_v2_desc_hw() local
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2029 const struct ipv6hdr *iphdr; in neigh_reduce() local
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7754 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv4, struct iphdr *, iph, in BPF_CALL_3() 7812 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv4, struct iphdr *, iph, in BPF_CALL_2()
|