Home
last modified time | relevance | path

Searched refs:act_bpf_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/net/sched/
Dact_bpf.c33 static struct tc_action_ops act_bpf_ops; variable
308 &act_bpf_ops, bind, true, 0); in tcf_bpf_init()
408 static struct tc_action_ops act_bpf_ops __read_mostly = {
425 return tc_action_net_init(net, tn, &act_bpf_ops); in bpf_init_net()
442 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module()
447 tcf_unregister_action(&act_bpf_ops, &bpf_net_ops); in bpf_cleanup_module()