Home
last modified time | relevance | path

Searched refs:skb_pull_inline (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ethernet/
H A Deth.c165 skb_pull_inline(skb, ETH_HLEN); in eth_type_trans()
/openbmc/linux/drivers/net/
H A Dvrf.c1266 skb_pull_inline(skb, ETH_HLEN); in vrf_prepare_mac_header()
/openbmc/linux/include/linux/
H A Dskbuff.h2654 static inline void *skb_pull_inline(struct sk_buff *skb, unsigned int len) in skb_pull_inline() function
/openbmc/linux/drivers/net/phy/
H A Dmicrel.c2608 skb_pull_inline(skb, ETH_HLEN); in lan8814_get_sig_rx()
/openbmc/linux/net/core/
H A Dskbuff.c2474 return skb_pull_inline(skb, len); in skb_pull()