Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
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,
/Linux-v5.4/include/linux/
Dnetfilter_ipv6.h97 int __nf_ip6_route(struct net *net, struct dst_entry **dst,
112 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()