Searched refs:__nf_ip6_route (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | netfilter.c | 94 int __nf_ip6_route(struct net *net, struct dst_entry **dst, in __nf_ip6_route() function 115 EXPORT_SYMBOL_GPL(__nf_ip6_route); variable 241 .route = __nf_ip6_route,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | netfilter.c | 99 int __nf_ip6_route(struct net *net, struct dst_entry **dst, in __nf_ip6_route() function 120 EXPORT_SYMBOL_GPL(__nf_ip6_route); variable 247 .route = __nf_ip6_route,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter_ipv6.h | 96 int __nf_ip6_route(struct net *net, struct dst_entry **dst, 111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter_ipv6.h | 96 int __nf_ip6_route(struct net *net, struct dst_entry **dst, 111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
|
Completed in 2 milliseconds