Home
last modified time | relevance | path

Searched refs:tipc_buf_acquire (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/tipc/
H A Dmsg.c68 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()
219 skb = tipc_buf_acquire(mss, GFP_KERNEL); in tipc_msg_append()
335 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
390 skb = tipc_buf_acquire(msz, GFP_KERNEL); in tipc_msg_build()
422 skb = tipc_buf_acquire(pktmax, GFP_KERNEL); in tipc_msg_build()
453 skb = tipc_buf_acquire(pktsz, GFP_KERNEL); in tipc_msg_build()
600 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract()
651 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC); in tipc_msg_reverse()
H A Ddiscover.c110 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()
H A Dname_distr.c70 struct sk_buff *buf = tipc_buf_acquire(INT_H_SIZE + size, GFP_ATOMIC); in named_prepare_buf()
H A Dbcast.c338 _skb = tipc_buf_acquire(MCAST_H_SIZE, GFP_KERNEL); in tipc_mcast_send_sync()
H A Dmsg.h1155 struct sk_buff *tipc_buf_acquire(u32 size, gfp_t gfp);
H A Dcrypto.c2240 skb = tipc_buf_acquire(INT_H_SIZE + size, GFP_ATOMIC); in tipc_crypto_key_xmit()
H A Dlink.c2080 tnlskb = tipc_buf_acquire(pktlen + INT_H_SIZE, GFP_ATOMIC); in tipc_link_tnl_prepare()