Home
last modified time | relevance | path

Searched refs:skb_pad (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_nokia.c529 err = skb_pad(skb, 1); in nokia_enqueue()
/linux-4.19.296/include/linux/
Dskbuff.h1077 static inline int skb_pad(struct sk_buff *skb, int pad) in skb_pad() function
3029 return skb_pad(skb, len - size); in skb_padto()