Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c1561 struct dst_entry *dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
1571 dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
H A Dip_output.c484 rt = dst_rtable(__sk_dst_check(sk, 0)); in __ip_queue_xmit()
H A Dtcp_ipv4.c406 struct dst_entry *dst = __sk_dst_check(sk, 0); in do_redirect()
/linux/net/dccp/
H A Dipv4.c
H A Dipv6.c
/linux/net/core/
H A Dsock.c601 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() function
617 EXPORT_SYMBOL(__sk_dst_check);
/linux/include/net/
H A Dsock.h2279 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);
/linux/net/ipv6/
H A Dtcp_ipv6.c474 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err()