Lines Matching defs:tn
103 struct tc_action_net *tn = net_generic(net, skbedit_net_id);
162 err = tcf_idr_check_alloc(tn, &index, a, bind);
173 tcf_idr_cleanup(tn, index);
178 ret = tcf_idr_create(tn, index, est, a,
181 tcf_idr_cleanup(tn, index);
307 struct tc_action_net *tn = net_generic(net, skbedit_net_id);
309 return tcf_generic_walker(tn, skb, cb, type, ops, extack);
314 struct tc_action_net *tn = net_generic(net, skbedit_net_id);
316 return tcf_idr_search(tn, a, index);
347 struct tc_action_net *tn = net_generic(net, skbedit_net_id);
349 return tc_action_net_init(net, tn, &act_skbedit_ops);