Lines Matching defs:arg
180 struct sk_buff *arg)
191 cb.nlh = (struct nlmsghdr *)arg->data;
192 cb.skb = arg;
279 struct sk_buff *arg;
302 arg = nlmsg_new(0, GFP_KERNEL);
303 if (!arg) {
309 nlh = nlmsg_put(arg, 0, 0, tipc_genl_family.id, 0, NLM_F_MULTI);
311 kfree_skb(arg);
316 nlmsg_end(arg, nlh);
318 err = __tipc_nl_compat_dumpit(cmd, msg, arg);
323 kfree_skb(arg);