Home
last modified time | relevance | path

Searched refs:alloc_skb (Results 1 – 7 of 7) sorted by relevance

/include/kunit/
Dskbuff.h32 struct sk_buff *res = alloc_skb(len, gfp); in kunit_zalloc_skb()
/include/linux/
DmISDNif.h541 skb = alloc_skb(len + MISDN_HEADER_LEN, gfp_mask); in mI_alloc_skb()
Dskbuff.h1328 static inline struct sk_buff *alloc_skb(unsigned int size, in alloc_skb() function
/include/net/nfc/
Dnci_core.h326 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
/include/net/bluetooth/
Dbluetooth.h495 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()
Dl2cap.h638 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, member
/include/net/
Dnetlink.h1015 return alloc_skb(nlmsg_total_size(payload), flags); in nlmsg_new()