Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dnetfilter.c99 int __nf_ip6_route(struct net *net, struct dst_entry **dst, in __nf_ip6_route() function
120 EXPORT_SYMBOL_GPL(__nf_ip6_route);
247 .route = __nf_ip6_route,
/openbmc/linux/include/linux/
H A Dnetfilter_ipv6.h96 int __nf_ip6_route(struct net *net, struct dst_entry **dst,
111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()