Home
last modified time | relevance | path

Searched refs:named_prepare_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dname_distr.c64 * named_prepare_buf - allocate & initialize a publication message
68 static struct sk_buff *named_prepare_buf(struct net *net, u32 type, u32 size, in named_prepare_buf() function
100 skb = named_prepare_buf(net, PUBLICATION, ITEM_SIZE, 0); in tipc_named_publish()
127 skb = named_prepare_buf(net, WITHDRAWAL, ITEM_SIZE, 0); in tipc_named_withdraw()
159 skb = named_prepare_buf(net, PUBLICATION, msg_rem, in named_distribute()
/kernel/linux/linux-6.6/net/tipc/
H A Dname_distr.c59 * named_prepare_buf - allocate & initialize a publication message
67 static struct sk_buff *named_prepare_buf(struct net *net, u32 type, u32 size, in named_prepare_buf() function
101 skb = named_prepare_buf(net, PUBLICATION, ITEM_SIZE, 0); in tipc_named_publish()
130 skb = named_prepare_buf(net, WITHDRAWAL, ITEM_SIZE, 0); in tipc_named_withdraw()
164 skb = named_prepare_buf(net, PUBLICATION, msg_rem, in named_distribute()

Completed in 2 milliseconds