Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_bpf.c418 static struct pernet_operations bpf_net_ops = { variable
427 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module()
432 tcf_unregister_action(&act_bpf_ops, &bpf_net_ops); in bpf_cleanup_module()