Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dnetlink_compat.c276 struct sk_buff *trans_buf; in __tipc_nl_compat_doit() local
280 trans_buf = alloc_skb(NLMSG_GOODSIZE, GFP_KERNEL); in __tipc_nl_compat_doit()
281 if (!trans_buf) in __tipc_nl_compat_doit()
284 err = (*cmd->transcode)(trans_buf, msg); in __tipc_nl_compat_doit()
296 (const struct nlattr *)trans_buf->data, in __tipc_nl_compat_doit()
297 trans_buf->len, NULL); in __tipc_nl_compat_doit()
318 kfree_skb(trans_buf); in __tipc_nl_compat_doit()