Lines Matching defs:tn
33 struct tc_action_net *tn = net_generic(net, police_net_id);
35 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
59 struct tc_action_net *tn = net_generic(net, police_net_id);
81 err = tcf_idr_check_alloc(tn, &index, a, bind);
89 ret = tcf_idr_create(tn, index, NULL, a,
92 tcf_idr_cleanup(tn, index);
372 struct tc_action_net *tn = net_generic(net, police_net_id);
374 return tcf_idr_search(tn, a, index);
397 struct tc_action_net *tn = net_generic(net, police_net_id);
399 return tc_action_net_init(net, tn, &act_police_ops);