Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dnetfilter.c92 int __nf_ip6_route(struct net *net, struct dst_entry **dst, in __nf_ip6_route() function
113 EXPORT_SYMBOL_GPL(__nf_ip6_route);
239 .route = __nf_ip6_route,
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter_ipv6.h99 int __nf_ip6_route(struct net *net, struct dst_entry **dst,
114 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()