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