Searched refs:__skb_get_poff (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ethernet/ |
H A D | eth.c | 142 return min_t(u32, __skb_get_poff(NULL, data, &keys, len), len); in eth_get_headlen()
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 1881 u32 __skb_get_poff(const struct sk_buff *skb, const void *data, in __skb_get_poff() function 1949 return __skb_get_poff(skb, skb->data, &keys, skb_headlen(skb)); in skb_get_poff()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 1471 u32 __skb_get_poff(const struct sk_buff *skb, const void *data,
|