Searched refs:tipc_buf_acquire (Results 1 – 7 of 7) sorted by relevance
/net/tipc/ |
D | msg.c | 68 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp) in tipc_buf_acquire() function 104 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC); in tipc_msg_create() 215 skb = tipc_buf_acquire(mss, GFP_KERNEL); in tipc_msg_append() 331 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment() 386 skb = tipc_buf_acquire(msz, GFP_KERNEL); in tipc_msg_build() 418 skb = tipc_buf_acquire(pktmax, GFP_KERNEL); in tipc_msg_build() 449 skb = tipc_buf_acquire(pktsz, GFP_KERNEL); in tipc_msg_build() 596 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract() 647 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC); in tipc_msg_reverse()
|
D | discover.c | 110 skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_msg_xmit() 359 d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_create()
|
D | name_distr.c | 70 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 | 1155 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp);
|
D | crypto.c | 2240 skb = tipc_buf_acquire(INT_H_SIZE + size, GFP_ATOMIC); in tipc_crypto_key_xmit()
|
D | link.c | 2080 tnlskb = tipc_buf_acquire(pktlen + INT_H_SIZE, GFP_ATOMIC); in tipc_link_tnl_prepare()
|