Searched refs:ipvl_nfops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan_l3s.c | 115 static const struct nf_hook_ops ipvl_nfops[] = { variable 138 err = nf_register_net_hooks(net, ipvl_nfops, in ipvlan_register_nf_hook() 139 ARRAY_SIZE(ipvl_nfops)); in ipvlan_register_nf_hook() 158 nf_unregister_net_hooks(net, ipvl_nfops, in ipvlan_unregister_nf_hook() 159 ARRAY_SIZE(ipvl_nfops)); in ipvlan_unregister_nf_hook() 182 nf_unregister_net_hooks(net, ipvl_nfops, in ipvlan_ns_exit() 183 ARRAY_SIZE(ipvl_nfops)); in ipvlan_ns_exit()
|
/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan_l3s.c | 115 static const struct nf_hook_ops ipvl_nfops[] = { variable 138 err = nf_register_net_hooks(net, ipvl_nfops, in ipvlan_register_nf_hook() 139 ARRAY_SIZE(ipvl_nfops)); in ipvlan_register_nf_hook() 158 nf_unregister_net_hooks(net, ipvl_nfops, in ipvlan_unregister_nf_hook() 159 ARRAY_SIZE(ipvl_nfops)); in ipvlan_unregister_nf_hook() 182 nf_unregister_net_hooks(net, ipvl_nfops, in ipvlan_ns_exit() 183 ARRAY_SIZE(ipvl_nfops)); in ipvlan_ns_exit()
|
Completed in 2 milliseconds