Searched refs:skb_mac_header_len (Results 1 – 4 of 4) sorted by relevance
427 if (skb_mac_header_len(skb) < ETH_HLEN) in pppoe_rcv()
2835 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_4_to_6()2876 u32 off = skb_mac_header_len(skb); in bpf_skb_proto_6_to_4()3170 off = skb_mac_header_len(skb); in BPF_CALL_4()
750 has_mac ? skb_mac_header_len(skb) : -1, in skb_dump()
2499 static inline u32 skb_mac_header_len(const struct sk_buff *skb) in skb_mac_header_len() function