/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | psock_tpacket.c | 145 struct iphdr *ip = pay + sizeof(*eth); in create_payload()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_meta.c | 99 struct iphdr *iph, _iph; in nft_meta_get_eval_pkttype_lo()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 252 sizeof(struct iphdr) : sizeof(struct ipv6hdr)) - in set_emss() 2594 hdrs = ((iptype == 4) ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in pass_accept_req() 4065 struct iphdr *iph; in rx_pkt() 4121 iph = (struct iphdr *)(eh + 1); in rx_pkt() 4124 iph = (struct iphdr *)(vlan_eh + 1); in rx_pkt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 252 sizeof(struct iphdr) : sizeof(struct ipv6hdr)) - in set_emss() 2588 hdrs = ((iptype == 4) ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in pass_accept_req() 4062 struct iphdr *iph; in rx_pkt() 4118 iph = (struct iphdr *)(eh + 1); in rx_pkt() 4121 iph = (struct iphdr *)(vlan_eh + 1); in rx_pkt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_prs.c | 922 sizeof(struct iphdr) - 4, in mvpp2_prs_ip4_proto() 1769 sizeof(struct iphdr) - 4, in mvpp2_prs_ip4_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.c | 1886 struct iphdr *v4; in ice_tx_csum() 2097 struct iphdr *v4; in ice_tso()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_init.c | 1578 struct iphdr *iph; in netxen_process_lro() 1621 iph = (struct iphdr *)(skb->data + vhdr_len); in netxen_process_lro()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1855 struct iphdr *v4; in iavf_tso() 1964 struct iphdr *v4; in iavf_tx_enable_csum()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_fp.c | 897 const struct iphdr *iph = ip_hdr(skb); in qede_gro_ip_csum() 900 skb_set_transport_header(skb, sizeof(struct iphdr)); in qede_gro_ip_csum()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 212 if (offset == offsetof(struct iphdr, saddr)) { in bnxt_tc_parse_pedit() 215 } else if (offset == offsetof(struct iphdr, daddr)) { in bnxt_tc_parse_pedit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 310 struct iphdr *iph; in xgene_enet_work_msg() 591 struct iphdr *iph = ip_hdr(skb); in xgene_enet_rx_csum()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1008 struct iphdr *ip; in chcr_ktls_write_tcp_options() 1060 ip = (struct iphdr *)(buf + maclen); in chcr_ktls_write_tcp_options()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 540 struct iphdr *ip4h; in vrf_process_v4_outbound() 546 if (!pskb_may_pull(skb, ETH_HLEN + sizeof(struct iphdr))) in vrf_process_v4_outbound()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_cm.c | 763 sizeof(struct iphdr) : sizeof(struct ipv6hdr)) - in cxgbit_set_emss() 1311 hdrs = (iptype == 4 ? sizeof(struct iphdr) : sizeof(struct ipv6hdr)) + in cxgbit_pass_accept_req()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | os_intfs.c | 394 struct iphdr *piphdr; in rtw_recv_select_queue() 405 piphdr = (struct iphdr *)(pdata + ETH_HLEN); in rtw_recv_select_queue()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_taprio.c | 302 const struct iphdr *iph; in get_tcp_tstamp() 310 iph = (struct iphdr *)ipv6h; in get_tcp_tstamp()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ip_tables.c | 45 ip_packet_match(const struct iphdr *ip, in ip_packet_match() 231 const struct iphdr *ip; in ipt_do_table()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/ |
H A D | hamachi.c | 1525 struct iphdr *ih = (struct iphdr *) skb->data; in hamachi_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 213 if (offset == offsetof(struct iphdr, saddr)) { in bnxt_tc_parse_pedit() 216 } else if (offset == offsetof(struct iphdr, daddr)) { in bnxt_tc_parse_pedit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 310 struct iphdr *iph; in xgene_enet_work_msg() 591 struct iphdr *iph = ip_hdr(skb); in xgene_enet_rx_csum()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 843 struct iphdr *iph; in ice_vc_fdir_parse_pattern() 856 iph = (struct iphdr *)hdr->buffer; in ice_vc_fdir_parse_pattern()
|
H A D | ice_txrx.c | 1798 struct iphdr *v4; in ice_tx_csum() 2021 struct iphdr *v4; in ice_tso()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 1863 struct iphdr *v4; in iavf_tso() 1979 struct iphdr *v4; in iavf_tx_enable_csum()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/ |
H A D | hamachi.c | 1529 struct iphdr *ih = (struct iphdr *) skb->data; in hamachi_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_init.c | 1577 struct iphdr *iph; in netxen_process_lro() 1620 iph = (struct iphdr *)(skb->data + vhdr_len); in netxen_process_lro()
|