Searched refs:trans_buf (Results 1 – 1 of 1) sorted by relevance
278 struct sk_buff *trans_buf; in __tipc_nl_compat_doit() local282 trans_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()283 if (!trans_buf) in __tipc_nl_compat_doit()286 err = (*cmd->transcode)(cmd, trans_buf, msg); in __tipc_nl_compat_doit()298 (const struct nlattr *)trans_buf->data, in __tipc_nl_compat_doit()299 trans_buf->len, NULL); in __tipc_nl_compat_doit()320 kfree_skb(trans_buf); in __tipc_nl_compat_doit()