Searched refs:__skb_put_padto (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/dsa/
H A Dtag_rtl4_a.c44 if (unlikely(__skb_put_padto(skb, ETH_ZLEN, false)))
H A Dtag_rzn1_a5psw.c52 if (__skb_put_padto(skb, ETH_ZLEN, false))
H A Dtag_brcm.c101 if (__skb_put_padto(skb, ETH_ZLEN + BRCM_TAG_LEN, false))
231 if (__skb_put_padto(skb, ETH_ZLEN + BRCM_LEG_TAG_LEN, false))
/linux-master/include/linux/
H A Dskbuff.h3732 * __skb_put_padto - increase size and pad an skbuff up to a minimal size
3742 static inline int __must_check __skb_put_padto(struct sk_buff *skb, function
3769 return __skb_put_padto(skb, len, true);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c4304 return !__skb_put_padto(skb, padto, false);

Completed in 138 milliseconds