Searched refs:act_csum_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/sched/ |
D | act_csum.c | 41 static struct tc_action_ops act_csum_ops; variable 48 struct tc_action_net *tn = net_generic(net, act_csum_ops.net_id); in tcf_csum_init() 73 &act_csum_ops, bind, flags); in tcf_csum_init() 700 static struct tc_action_ops act_csum_ops = { variable 716 struct tc_action_net *tn = net_generic(net, act_csum_ops.net_id); in csum_init_net() 718 return tc_action_net_init(net, tn, &act_csum_ops); in csum_init_net() 723 tc_action_net_exit(net_list, act_csum_ops.net_id); in csum_exit_net() 729 .id = &act_csum_ops.net_id, 738 return tcf_register_action(&act_csum_ops, &csum_net_ops); in csum_init_module() 743 tcf_unregister_action(&act_csum_ops, &csum_net_ops); in csum_cleanup_module()
|