Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter_ipv6.h77 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) in nf_get_ipv6_ops() function
86 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_chk_addr()
106 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in nf_ip6_route()
136 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_br_ip6_fragment()
154 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ip6_route_me_harder()
173 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_ipv6_cookie_init_sequence()
189 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nf_cookie_v6_check()
209 static inline const struct nf_ipv6_ops *nf_get_ipv6_ops(void) { return NULL; } in nf_get_ipv6_ops() function
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netfilter_ipv6.c165 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_pre_routing_finish_ipv6()
H A Dbr_netfilter_hooks.c787 const struct nf_ipv6_ops *v6ops = nf_get_ipv6_ops(); in br_nf_dev_queue_xmit()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_nat_masquerade.c224 const struct nf_ipv6_ops *v6_ops = nf_get_ipv6_ops(); in nat_ipv6_dev_get_saddr()