Lines Matching refs:tipc_buf_acquire
58 * tipc_buf_acquire - creates a TIPC message buffer
68 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp)
104 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC);
215 skb = tipc_buf_acquire(mss, GFP_KERNEL);
331 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC);
386 skb = tipc_buf_acquire(msz, GFP_KERNEL);
418 skb = tipc_buf_acquire(pktmax, GFP_KERNEL);
449 skb = tipc_buf_acquire(pktsz, GFP_KERNEL);
596 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC);
647 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC);