Lines Matching refs:act_skbedit_ops
24 static struct tc_action_ops act_skbedit_ops;
122 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id);
224 &act_skbedit_ops, bind, true, act_flags);
416 static struct tc_action_ops act_skbedit_ops = {
432 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id);
434 return tc_action_net_init(net, tn, &act_skbedit_ops);
439 tc_action_net_exit(net_list, act_skbedit_ops.net_id);
445 .id = &act_skbedit_ops.net_id,
455 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops);
460 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops);