Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c625 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check() function
639 EXPORT_SYMBOL(sk_dst_check);
/linux/net/ipv6/
H A Dip6_output.c1291 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow()
/linux/include/net/
H A Dsock.h2254 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/linux/net/ipv4/
H A Dudp.c1436 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()