Lines Matching defs:tn
100 struct tc_action_net *tn = net_generic(net, id);
121 err = tcf_idr_check_alloc(tn, &index, a, bind);
132 tcf_idr_cleanup(tn, index);
141 tcf_idr_cleanup(tn, index);
146 ret = tcf_idr_create(tn, index, est, a, ops, bind,
149 tcf_idr_cleanup(tn, index);
323 struct tc_action_net *tn = net_generic(net, ipt_net_id);
325 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
330 struct tc_action_net *tn = net_generic(net, ipt_net_id);
332 return tcf_idr_search(tn, a, index);
350 struct tc_action_net *tn = net_generic(net, ipt_net_id);
352 return tc_action_net_init(net, tn, &act_ipt_ops);
372 struct tc_action_net *tn = net_generic(net, xt_net_id);
374 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
379 struct tc_action_net *tn = net_generic(net, xt_net_id);
381 return tcf_idr_search(tn, a, index);
399 struct tc_action_net *tn = net_generic(net, xt_net_id);
401 return tc_action_net_init(net, tn, &act_xt_ops);