Searched defs:iphdr (Results 1 – 13 of 13) sorted by relevance
/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
|
/linux/drivers/net/phy/mscc/ |
H A D | mscc_ptp.c | 363 struct iphdr *iphdr, in get_ptp_header_l4() 376 struct iphdr *iphdr; in get_ptp_header_tx() local 395 struct iphdr *iphdr; in get_ptp_header_rx() local
|
/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
|
/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 193 const struct iphdr *iphdr; in iwl_mei_rx_filter_ipv4() local
|
/linux/include/linux/ |
H A D | virtio_net.h | 320 struct iphdr *iphdr = (struct iphdr *)(skb->data + inner_nh); in virtio_net_hdr_tnl_to_skb() local
|
/linux/net/batman-adv/ |
H A D | gateway_client.c | 557 struct iphdr *iphdr; in batadv_gw_dhcp_recipient_get() local
|
H A D | multicast.c | 994 struct iphdr *iphdr; in batadv_mcast_forw_mode_check_ipv4() local
|
H A D | distributed-arp-table.c | 1430 struct iphdr *iphdr, _iphdr; in batadv_dat_check_dhcp_ipudp() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 125 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4() argument [all...] |
/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()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 2119 struct ip_vs_iphdr iphdr; ip_vs_forward_icmp() local [all...] |
/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_enet.c | 41 struct iphdr *iphdr; in fill_v2_desc_hw() local
|
/linux/net/core/ |
H A D | filter.c | 7893 BPF_CALL_3(bpf_tcp_raw_gen_syncookie_ipv4,struct iphdr *,iph,struct tcphdr *,th,u32,th_len) BPF_CALL_3() argument 7951 BPF_CALL_2(bpf_tcp_raw_check_syncookie_ipv4,struct iphdr *,iph,struct tcphdr *,th) BPF_CALL_2() argument [all...] |