Searched refs:act_bpf_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_bpf.c | 33 static struct tc_action_ops act_bpf_ops; variable 284 struct tc_action_net *tn = net_generic(net, act_bpf_ops.net_id); in tcf_bpf_init() 311 &act_bpf_ops, bind, true, flags); in tcf_bpf_init() 394 static struct tc_action_ops act_bpf_ops __read_mostly = { 407 struct tc_action_net *tn = net_generic(net, act_bpf_ops.net_id); in bpf_init_net() 409 return tc_action_net_init(net, tn, &act_bpf_ops); in bpf_init_net() 414 tc_action_net_exit(net_list, act_bpf_ops.net_id); in bpf_exit_net() 420 .id = &act_bpf_ops.net_id, 426 return tcf_register_action(&act_bpf_ops, &bpf_net_ops); in bpf_init_module() 431 tcf_unregister_action(&act_bpf_ops, in bpf_cleanup_module() [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_bpf.c | 33 static struct tc_action_ops act_bpf_ops; variable 310 &act_bpf_ops, bind, true, flags); in tcf_bpf_init() 410 static struct tc_action_ops act_bpf_ops __read_mostly = { 427 return tc_action_net_init(net, tn, &act_bpf_ops); in bpf_init_net() 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()
|
Completed in 2 milliseconds