Lines Matching defs:fillargs
995 struct net_fill_args fillargs = {
1041 fillargs.add_ref = true;
1042 fillargs.ref_nsid = peernet2id(net, peer);
1051 fillargs.nsid = peernet2id(target, peer);
1052 err = rtnl_net_fill(msg, &fillargs);
1062 if (fillargs.add_ref)
1072 struct net_fill_args fillargs;
1086 net_cb->fillargs.nsid = id;
1087 if (net_cb->fillargs.add_ref)
1088 net_cb->fillargs.ref_nsid = __peernet2id(net_cb->ref_net, peer);
1089 ret = rtnl_net_fill(net_cb->skb, &net_cb->fillargs);
1126 net_cb->fillargs.add_ref = true;
1145 .fillargs = {
1168 if (net_cb.fillargs.add_ref)
1176 struct net_fill_args fillargs = {
1189 err = rtnl_net_fill(msg, &fillargs);