Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dinet6_connection_sock.c99 dst = __sk_dst_check(sk, np->dst_cookie); in inet6_csk_xmit()
H A Daf_inet6.c824 dst = __sk_dst_check(sk, np->dst_cookie); in inet6_sk_rebuild_header()
H A Dtcp_ipv6.c449 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err()
/linux/net/ipv4/
H A Dinet_connection_sock.c1549 struct dst_entry *dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
1559 dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
H A Dip_output.c485 rt = dst_rtable(__sk_dst_check(sk, 0)); in __ip_queue_xmit()
H A Daf_inet.c1324 struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0)); in inet_sk_rebuild_header()
H A Dtcp_ipv4.c409 struct dst_entry *dst = __sk_dst_check(sk, 0); in do_redirect()
/linux/net/l2tp/
H A Dl2tp_ip.c486 rt = dst_rtable(__sk_dst_check(sk, 0)); in l2tp_ip_sendmsg()
/linux/net/core/
H A Dsock.c607 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() function
623 EXPORT_SYMBOL(__sk_dst_check);
/linux/include/net/
H A Dsock.h2252 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);