Lines Matching defs:tn
119 struct tc_action_net *tn = net_generic(net, act_vlan_ops.net_id);
147 err = tcf_idr_check_alloc(tn, &index, a, bind);
163 tcf_idr_cleanup(tn, index);
171 tcf_idr_cleanup(tn, index);
185 tcf_idr_cleanup(tn, index);
203 tcf_idr_cleanup(tn, index);
211 tcf_idr_cleanup(tn, index);
217 ret = tcf_idr_create_from_flags(tn, index, est, a,
220 tcf_idr_cleanup(tn, index);
433 struct tc_action_net *tn = net_generic(net, act_vlan_ops.net_id);
435 return tc_action_net_init(net, tn, &act_vlan_ops);