Lines Matching defs:tn
121 struct tc_action_net *tn = net_generic(net, vlan_net_id);
148 err = tcf_idr_check_alloc(tn, &index, a, bind);
164 tcf_idr_cleanup(tn, index);
172 tcf_idr_cleanup(tn, index);
186 tcf_idr_cleanup(tn, index);
204 tcf_idr_cleanup(tn, index);
212 tcf_idr_cleanup(tn, index);
218 ret = tcf_idr_create_from_flags(tn, index, est, a,
221 tcf_idr_cleanup(tn, index);
341 struct tc_action_net *tn = net_generic(net, vlan_net_id);
343 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
358 struct tc_action_net *tn = net_generic(net, vlan_net_id);
360 return tcf_idr_search(tn, a, index);
388 struct tc_action_net *tn = net_generic(net, vlan_net_id);
390 return tc_action_net_init(net, tn, &act_vlan_ops);