Home
last modified time | relevance | path

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

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