Searched refs:__skb_pad (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 1359 int __skb_pad(struct sk_buff *skb, int pad, bool free_on_error); 1374 return __skb_pad(skb, pad, true); in skb_pad() 3691 if (__skb_pad(skb, len, free_on_error)) in __skb_put_padto()
|
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_fr.c | 399 if (__skb_pad(skb, pad, false)) in pvc_xmit()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 2364 int __skb_pad(struct sk_buff *skb, int pad, bool free_on_error) in __skb_pad() function 2397 EXPORT_SYMBOL(__skb_pad);
|