Searched refs:alloc_skb (Results 1 – 6 of 6) sorted by relevance
541 skb = alloc_skb(len + MISDN_HEADER_LEN, gfp_mask); in mI_alloc_skb()
1180 static inline struct sk_buff *alloc_skb(unsigned int size, in alloc_skb() function
391 skb = alloc_skb(len + BT_SKB_RESERVE, how); in bt_skb_alloc()
671 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, member
326 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
953 return alloc_skb(nlmsg_total_size(payload), flags); in nlmsg_new()