Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dnetlink_compat.c285 struct sk_buff *trans_buf; in __tipc_nl_compat_doit() local
289 trans_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
290 if (!trans_buf) in __tipc_nl_compat_doit()
311 err = (*cmd->transcode)(cmd, trans_buf, msg); in __tipc_nl_compat_doit()
316 (const struct nlattr *)trans_buf->data, in __tipc_nl_compat_doit()
317 trans_buf->len, NULL, NULL); in __tipc_nl_compat_doit()
331 kfree_skb(trans_buf); in __tipc_nl_compat_doit()