Home
last modified time | relevance | path

Searched refs:sk_dst_check (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/core/
Dsock.c607 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check() function
621 EXPORT_SYMBOL(sk_dst_check);
/Linux-v6.1/net/ipv6/
Dip6_output.c1259 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow()
/Linux-v6.1/include/net/
Dsock.h2218 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/Linux-v6.1/net/ipv4/
Dudp.c1209 rt = (struct rtable *)sk_dst_check(sk, 0); in udp_sendmsg()