Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_l3s.c115 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()