Searched refs:skb_network_offset (Results 76 - 100 of 153) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2109 skb_network_offset(skb);
2111 vlan_macip_lens |= skb_network_offset(skb) << E1000_ADVTXD_MACLEN_SHIFT;
2658 mac_hdr_len = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1200 eth_hdr_len = skb_network_offset(skb) - ETH_HLEN;
1310 int eth_xtra_len = skb_network_offset(skb) - ETH_HLEN;
1366 int eth_xtra_len = skb_network_offset(skb) - ETH_HLEN;
1465 wr->u.udpseg.ethlen = skb_network_offset(skb);
1927 int eth_xtra_len = skb_network_offset(skb) - ETH_HLEN;
2224 wr->u.tcpseg.ethlen = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1364 hdr->l3_offset = skb_network_offset(skb);
1388 hdr->inner_l3_offset = skb_network_offset(skb) - 2;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1114 int eth_hdr_len = skb_network_offset(skb) - ETH_HLEN;
1280 int eth_xtra_len = skb_network_offset(skb) - ETH_HLEN;
/linux-master/net/openvswitch/
H A Dconntrack.c492 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), l3num,
1016 nh_ofs = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1348 const int nh_off = skb_network_offset(skb);
1438 const int nh_off = skb_network_offset(skb);
/linux-master/drivers/net/
H A Dvrf.c488 __skb_pull(skb, skb_network_offset(skb));
566 __skb_pull(skb, skb_network_offset(skb));
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c474 hinic_task_set_l2hdr(task, skb_network_offset(skb));
/linux-master/net/802/
H A Dmrp.c793 int offset = skb_network_offset(skb);
/linux-master/net/netfilter/
H A Dnft_meta.c98 int noff = skb_network_offset(skb);
/linux-master/net/ipv4/
H A Draw.c320 skb_push(skb, -skb_network_offset(skb));
H A Desp4.c692 skb_push(skb, -skb_network_offset(skb));
H A Dip_tunnel_core.c414 (!skb_is_gso(skb) && (skb->len - skb_network_offset(skb)) <= mtu))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c62 return max(skb_network_offset(skb), MLX5E_MIN_INLINE);
/linux-master/net/sched/
H A Dsch_cake.c880 unsigned int offset = skb_network_offset(skb);
905 unsigned int offset = skb_network_offset(skb);
1354 u32 off = skb_network_offset(skb);
1561 const int offset = skb_network_offset(skb);
/linux-master/net/packet/
H A Daf_packet.c2155 skb_pull(skb, skb_network_offset(skb));
2275 skb_pull(skb, skb_network_offset(skb));
2306 unsigned int maclen = skb_network_offset(skb);
3538 aux.tp_net = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c446 encap_descr |= skb_network_offset(skb) << 10;
573 first_desc->ip_hdr_offset += skb_network_offset(skb);
/linux-master/net/ipv6/
H A Dip6mr.c1055 skb = skb_realloc_headroom(pkt, -skb_network_offset(pkt)
1076 __skb_pull(skb, skb_network_offset(pkt));
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dtx.c272 skb_set_network_header(skb, skb_network_offset(skb) + extra);
/linux-master/include/net/
H A Dip_vs.h135 return ip_vs_fill_iph_skb_off(af, skb, skb_network_offset(skb),
H A Dipv6.h487 if (skb_network_offset(skb) +
/linux-master/drivers/net/thunderbolt/
H A Dmain.c1039 *ipcso = ip_fast_csum(dest + skb_network_offset(skb),
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c84 l3_offset = skb_network_offset(skb);
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c1438 unsigned int offset = skb_network_offset(skb);
/linux-master/net/mac80211/
H A Dwpa.c668 skb_set_network_header(skb, skb_network_offset(skb) +

Completed in 425 milliseconds

1234567