Searched refs:act_skbedit_ops (Results 1 – 1 of 1) sorted by relevance
/linux/net/sched/ |
H A D | act_skbedit.c | 24 static struct tc_action_ops act_skbedit_ops; variable 120 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in tcf_skbedit_init() 222 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 414 static struct tc_action_ops act_skbedit_ops = { variable 431 struct tc_action_net *tn = net_generic(net, act_skbedit_ops.net_id); in skbedit_init_net() 433 return tc_action_net_init(net, tn, &act_skbedit_ops); in skbedit_init_net() 438 tc_action_net_exit(net_list, act_skbedit_ops.net_id); in skbedit_exit_net() 444 .id = &act_skbedit_ops.net_id, 454 return tcf_register_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_init_module() 459 tcf_unregister_action(&act_skbedit_ops, in skbedit_cleanup_module() [all...] |