Lines Matching defs:tn
41 struct tc_action_net *tn = net_generic(net, sample_net_id);
63 err = tcf_idr_check_alloc(tn, &index, a, bind);
71 ret = tcf_idr_create(tn, index, est, a,
74 tcf_idr_cleanup(tn, index);
249 struct tc_action_net *tn = net_generic(net, sample_net_id);
251 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
256 struct tc_action_net *tn = net_generic(net, sample_net_id);
258 return tcf_idr_search(tn, a, index);
301 struct tc_action_net *tn = net_generic(net, sample_net_id);
303 return tc_action_net_init(net, tn, &act_sample_ops);