Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnetfilter_ipv6.h75 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops() function
84 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_chk_addr()
104 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in nf_ip6_route()
124 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_br_defrag()
151 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_br_ip6_fragment()
169 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ip6_route_me_harder()
188 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_cookie_init_sequence()
204 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_cookie_v6_check()
224 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) { return NULL; } in nf_get_ipv6_ops() function
/Linux-v5.4/net/bridge/
Dbr_netfilter_ipv6.c165 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6()
Dbr_netfilter_hooks.c776 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit()
/Linux-v5.4/net/netfilter/
Dnf_nat_masquerade.c147 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nat_ipv6_dev_get_saddr()
/Linux-v5.4/net/openvswitch/
Dactions.c845 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in ovs_fragment()