Home
last modified time | relevance | path

Searched refs:skb_mac_offset (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c206 skb_copy_bits(skb, skb_mac_offset(skb), &eh, ETH_HLEN); in iptunnel_pmtud_build_icmp()
300 skb_copy_bits(skb, skb_mac_offset(skb), &eh, ETH_HLEN); in iptunnel_pmtud_build_icmpv6()
H A Dudp.c2180 __skb_push(skb, -skb_mac_offset(skb)); in udp_queue_rcv_skb()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_pedit.c298 *hoffset = skb_mac_offset(skb); in pedit_skb_hdr_offset()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c747 __skb_push(skb, -skb_mac_offset(skb)); in udpv6_queue_rcv_skb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c733 len -= skb_mac_offset(skb); in wil_is_ptk_eapol_key()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h2592 static inline int skb_mac_offset(const struct sk_buff *skb) in skb_mac_offset() function
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c762 ts_pktinfo.pkt_length = skb->len - skb_mac_offset(skb); in put_ts_pktinfo()