Searched refs:ip_route_use_hint (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 194 int ip_route_use_hint(struct sk_buff *skb, __be32 dst, __be32 src,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_input.c | 334 err = ip_route_use_hint(skb, iph->daddr, iph->saddr, iph->tos, in ip_rcv_finish_core()
|
H A D | route.c | 2077 int ip_route_use_hint(struct sk_buff *skb, __be32 daddr, __be32 saddr, in ip_route_use_hint() function 2134 * ip_route_use_hint().
|
/kernel/linux/linux-6.6/include/net/ |
H A D | route.h | 198 int ip_route_use_hint(struct sk_buff *skb, __be32 dst, __be32 src,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_input.c | 328 err = ip_route_use_hint(skb, iph->daddr, iph->saddr, iph->tos, in ip_rcv_finish_core()
|
H A D | route.c | 2161 int ip_route_use_hint(struct sk_buff *skb, __be32 daddr, __be32 saddr, in ip_route_use_hint() function 2215 * ip_route_use_hint().
|
Completed in 13 milliseconds