Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dnetlink_compat.c333 struct sk_buff *doit_buf; in __tipc_nl_compat_doit() local
350 doit_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
351 if (!doit_buf) { in __tipc_nl_compat_doit()
370 doit_buf->sk = msg->dst_sk; in __tipc_nl_compat_doit()
372 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
376 kfree_skb(doit_buf); in __tipc_nl_compat_doit()
/kernel/linux/linux-6.6/net/tipc/
H A Dnetlink_compat.c332 struct sk_buff *doit_buf; in __tipc_nl_compat_doit() local
349 doit_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
350 if (!doit_buf) { in __tipc_nl_compat_doit()
369 doit_buf->sk = msg->dst_sk; in __tipc_nl_compat_doit()
371 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
375 kfree_skb(doit_buf); in __tipc_nl_compat_doit()

Completed in 5 milliseconds