Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_bpf.c417 static struct pernet_operations bpf_net_ops = { variable
426 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module()
431 tcf_unregister_action(&act_bpf_ops, &bpf_net_ops); in bpf_cleanup_module()