Lines Matching refs:tn
58 struct tc_action_net *tn = net_generic(net, gact_net_id); in tcf_gact_init() local
99 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_gact_init()
101 ret = tcf_idr_create(tn, index, est, a, in tcf_gact_init()
104 tcf_idr_cleanup(tn, index); in tcf_gact_init()
143 tcf_idr_insert(tn, *a); in tcf_gact_init()
238 struct tc_action_net *tn = net_generic(net, gact_net_id); in tcf_gact_walker() local
240 return tcf_generic_walker(tn, skb, cb, type, ops, extack); in tcf_gact_walker()
245 struct tc_action_net *tn = net_generic(net, gact_net_id); in tcf_gact_search() local
247 return tcf_idr_search(tn, a, index); in tcf_gact_search()
279 struct tc_action_net *tn = net_generic(net, gact_net_id); in gact_init_net() local
281 return tc_action_net_init(net, tn, &act_gact_ops); in gact_init_net()