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

/linux-master/net/core/
H A Dsock.c611 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) function
625 EXPORT_SYMBOL(sk_dst_check); variable
/linux-master/net/ipv6/
H A Dip6_output.c1282 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie);
/linux-master/include/net/
H A Dsock.h2194 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/linux-master/net/ipv4/
H A Dudp.c1210 rt = (struct rtable *)sk_dst_check(sk, 0);

Completed in 217 milliseconds