Lines Matching refs:tipc_buf_acquire
62 * tipc_buf_acquire - creates a TIPC message buffer
70 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp)
106 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC);
220 skb = tipc_buf_acquire(mss, GFP_KERNEL);
336 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC);
390 skb = tipc_buf_acquire(msz, GFP_KERNEL);
422 skb = tipc_buf_acquire(pktmax, GFP_KERNEL);
453 skb = tipc_buf_acquire(pktsz, GFP_KERNEL);
600 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC);
651 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC);