Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dnetlink_compat.c335 struct sk_buff *doit_buf; in __tipc_nl_compat_doit() local
352 doit_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
353 if (!doit_buf) { in __tipc_nl_compat_doit()
372 doit_buf->sk = msg->dst_sk; in __tipc_nl_compat_doit()
374 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit()
378 kfree_skb(doit_buf); in __tipc_nl_compat_doit()