Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dact_bpf.c435 static struct pernet_operations bpf_net_ops = { variable
444 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module()
449 tcf_unregister_action(&act_bpf_ops, &bpf_net_ops); in bpf_cleanup_module()
/kernel/linux/linux-6.6/net/sched/
H A 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()

Completed in 2 milliseconds