Home
last modified time | relevance | path

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

/include/linux/
DmISDNif.h542 skb = alloc_skb(len + MISDN_HEADER_LEN, gfp_mask); in mI_alloc_skb()
Dskbuff.h1077 static inline struct sk_buff *alloc_skb(unsigned int size, in alloc_skb() function
/include/net/bluetooth/
Dbluetooth.h339 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()
Dl2cap.h623 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, member
/include/net/nfc/
Dnci_core.h324 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
/include/net/
Dnetlink.h888 return alloc_skb(nlmsg_total_size(payload), flags); in nlmsg_new()