Searched refs:skb_network_offset (Results 101 - 125 of 153) sorted by relevance

1234567

/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3904 skb_network_offset(skb);
3907 vlan_macip_lens |= skb_network_offset(skb) << IXGBE_ADVTXD_MACLEN_SHIFT;
4416 mac_hdr_len = skb_network_offset(skb);
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1913 __skb_pull(reply, skb_network_offset(reply));
1967 ns_olen = request->len - skb_network_offset(request) -
2257 __skb_pull(skb, skb_network_offset(skb));
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c1460 if (skb_network_offset(skb) != ETH_HLEN)
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c48 l3_offset = skb_network_offset(skb);
/linux-master/net/mac80211/
H A Dtdls.c1541 tf = container_of(skb->data + skb_network_offset(skb),
/linux-master/net/sched/
H A Dcls_u32.c114 unsigned int off = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1147 offset = skb_network_offset(skb);
/linux-master/net/core/
H A Dflow_dissector.c1021 * @nhoff: network header offset, if @data is NULL use skb_network_offset(skb)
1055 nhoff = skb_network_offset(skb);
H A Dneighbour.c1558 __skb_pull(skb, skb_network_offset(skb));
1587 __skb_pull(skb, skb_network_offset(skb));
/linux-master/net/ipv6/
H A Dudp.c526 network_offset = skb_network_offset(skb);
H A Dndisc.c1672 skb_copy_bits(orig_skb, skb_network_offset(orig_skb), opt,
H A Dip6_output.c1891 __skb_pull(skb, skb_network_offset(skb));
H A Dip6_gre.c976 nhoff = skb_network_offset(skb);
/linux-master/net/ipv4/
H A Dip_output.c1405 __skb_pull(skb, skb_network_offset(skb));
H A Dip_gre.c576 nhoff = skb_network_offset(skb);
H A Digmp.c1501 unsigned int offset = skb_network_offset(skb) + sizeof(*iph);
1521 len = skb_network_offset(skb) + ntohs(iph->tot_len);
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c2276 len = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c3616 u8 hlen = skb_network_offset(skb) >> 1;
3715 outerip_off = (skb_network_offset(skb)) >> 1;
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1534 parse_result->ip_off[0] = (u8)skb_network_offset(skb);
2186 skb_set_network_header(new_skb, skb_network_offset(skb));
/linux-master/include/linux/
H A Dskbuff.h3078 static inline int skb_network_offset(const struct sk_buff *skb) function
3090 return pskb_may_pull(skb, skb_network_offset(skb) + len);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c1214 skb_network_offset(skb);
1216 vlan_macip_lens |= skb_network_offset(skb) << IGC_ADVTXD_MACLEN_SHIFT;
5379 mac_hdr_len = skb_network_offset(skb);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c1838 eth_type = skb_network_offset(skb) == ETH_HLEN ?
/linux-master/kernel/bpf/
H A Dcgroup.c1361 unsigned int offset = -skb_network_offset(skb);
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c2311 if (skb_network_offset(skb) != ETH_HLEN)
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1900 if (skb_network_offset(skb) != ETH_HLEN)

Completed in 528 milliseconds

1234567