Lines Matching refs:tn
89 struct tc_action_net *tn = net_generic(net, skbmod_net_id);
133 err = tcf_idr_check_alloc(tn, &index, a, bind);
144 tcf_idr_cleanup(tn, index);
149 ret = tcf_idr_create(tn, index, est, a,
152 tcf_idr_cleanup(tn, index);
263 struct tc_action_net *tn = net_generic(net, skbmod_net_id);
265 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
270 struct tc_action_net *tn = net_generic(net, skbmod_net_id);
272 return tcf_idr_search(tn, a, index);
290 struct tc_action_net *tn = net_generic(net, skbmod_net_id);
292 return tc_action_net_init(net, tn, &act_skbmod_ops);