Home
last modified time | relevance | path

Searched refs:sk_dst_check (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dsock.c545 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check() function
557 EXPORT_SYMBOL(sk_dst_check); variable
/kernel/linux/linux-6.6/net/core/
H A Dsock.c614 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check() function
628 EXPORT_SYMBOL(sk_dst_check); variable
/kernel/linux/linux-5.10/include/net/
H A Dsock.h2073 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_output.c1267 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_output.c1278 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h2233 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c1212 rt = (struct rtable *)sk_dst_check(sk, 0); in udp_sendmsg()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c1201 rt = (struct rtable *)sk_dst_check(sk, 0); in udp_sendmsg()

Completed in 35 milliseconds