Home
last modified time | relevance | path

Searched refs:__sk_dst_check (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv6/
H A Dinet6_connection_sock.c76 return __sk_dst_check(sk, cookie); in __inet6_csk_dst_check()
H A Daf_inet6.c828 dst = __sk_dst_check(sk, np->dst_cookie); in inet6_sk_rebuild_header()
H A Dtcp_ipv6.c446 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err()
/linux/net/dccp/
H A Dipv6.c134 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err()
/linux/net/core/
H A Dsock.c599 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() function
615 EXPORT_SYMBOL(__sk_dst_check);
/linux/include/net/
H A Dsock.h2149 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);
/linux/net/ipv4/
H A Dtcp_ipv4.c407 struct dst_entry *dst = __sk_dst_check(sk, 0); in do_redirect()