Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsock.c617 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check() function
631 EXPORT_SYMBOL(sk_dst_check);
/linux/include/net/
H A Dsock.h2151 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/linux/net/ipv4/
H A Dudp.c1437 rt = dst_rtable(sk_dst_check(sk, 0)); in udp_sendmsg()