Searched refs:tipc_buf_acquire (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.10/net/tipc/ | 
| D | msg.c | 67 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp)  in tipc_buf_acquire()  function108 	buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC);  in tipc_msg_create()
 227 			skb = tipc_buf_acquire(mss, GFP_KERNEL);  in tipc_msg_append()
 343 		_skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC);  in tipc_msg_fragment()
 397 		skb = tipc_buf_acquire(msz, GFP_KERNEL);  in tipc_msg_build()
 428 	skb = tipc_buf_acquire(pktmax, GFP_KERNEL);  in tipc_msg_build()
 459 		skb = tipc_buf_acquire(pktsz, GFP_KERNEL);  in tipc_msg_build()
 606 	*iskb = tipc_buf_acquire(imsz, GFP_ATOMIC);  in tipc_msg_extract()
 657 	*skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC);  in tipc_msg_reverse()
 
 | 
| D | discover.c | 109 	skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC);  in tipc_disc_msg_xmit()355 	d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC);  in tipc_disc_create()
 
 | 
| D | name_distr.c | 71 	struct sk_buff *buf = tipc_buf_acquire(INT_H_SIZE + size, GFP_ATOMIC);  in named_prepare_buf()
 | 
| D | bcast.c | 338 	_skb = tipc_buf_acquire(MCAST_H_SIZE, GFP_KERNEL);  in tipc_mcast_send_sync()
 | 
| D | msg.h | 1177 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp);
 | 
| D | crypto.c | 2239 	skb = tipc_buf_acquire(INT_H_SIZE + size, GFP_ATOMIC);  in tipc_crypto_key_xmit()
 | 
| D | link.c | 2031 		tnlskb = tipc_buf_acquire(pktlen + INT_H_SIZE, GFP_ATOMIC);  in tipc_link_tnl_prepare()
 |