Searched refs:ip6_sk_dst_lookup_flow (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ping.c | 121 dst = ip6_sk_dst_lookup_flow(sk, &fl6, daddr, false); in ping_v6_sendmsg()
|
H A D | ip6_output.c | 1246 * ip6_sk_dst_lookup_flow - perform socket cached route lookup on flow 1263 struct dst_entry *ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6, in ip6_sk_dst_lookup_flow() function 1279 EXPORT_SYMBOL_GPL(ip6_sk_dst_lookup_flow); variable
|
H A D | udp.c | 1531 dst = ip6_sk_dst_lookup_flow(sk, &fl6, final_p, connected); in udpv6_sendmsg()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ping.c | 154 dst = ip6_sk_dst_lookup_flow(sk, &fl6, daddr, false); in ping_v6_sendmsg()
|
H A D | ip6_output.c | 1257 * ip6_sk_dst_lookup_flow - perform socket cached route lookup on flow 1274 struct dst_entry *ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6, in ip6_sk_dst_lookup_flow() function 1290 EXPORT_SYMBOL_GPL(ip6_sk_dst_lookup_flow); variable
|
H A D | udp.c | 1556 dst = ip6_sk_dst_lookup_flow(sk, fl6, final_p, connected); in udpv6_sendmsg()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 1025 struct dst_entry *ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 1133 struct dst_entry *ip6_sk_dst_lookup_flow(struct sock *sk, struct flowi6 *fl6,
|
Completed in 15 milliseconds