Lines Matching refs:act_skbedit_ops
24 static struct tc_action_ops act_skbedit_ops;
120 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id);
222 &act_skbedit_ops, bind, true, act_flags);
414 static struct tc_action_ops act_skbedit_ops = {
431 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id);
433 return tc_action_net_init(net, tn, &act_skbedit_ops);
438 tc_action_net_exit(net_list, act_skbedit_ops.net_id);
444 .id = &act_skbedit_ops.net_id,
454 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops);
459 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops);