Searched refs:__sk_dst_check (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | inet6_connection_sock.c | 189 return __sk_dst_check(sk, cookie); in __inet6_csk_dst_check()
|
D | af_inet6.c | 646 dst = __sk_dst_check(sk, np->dst_cookie); in inet6_sk_rebuild_header()
|
D | tcp_ipv6.c | 380 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err()
|
/linux-4.1.27/net/ipv4/ |
D | inet_connection_sock.c | 963 struct dst_entry *dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu() 973 dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
|
D | af_inet.c | 1157 struct rtable *rt = (struct rtable *)__sk_dst_check(sk, 0); in inet_sk_rebuild_header()
|
D | ip_output.c | 390 rt = (struct rtable *)__sk_dst_check(sk, 0); in ip_queue_xmit()
|
D | tcp_ipv4.c | 307 struct dst_entry *dst = __sk_dst_check(sk, 0); in do_redirect()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 452 rt = (struct rtable *) __sk_dst_check(sk, 0); in l2tp_ip_sendmsg()
|
D | l2tp_core.c | 1144 skb_dst_set(skb, dst_clone(__sk_dst_check(sk, 0))); in l2tp_xmit_skb()
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 192 struct dst_entry *dst = __sk_dst_check(sk, 0); in dccp_do_redirect()
|
D | ipv6.c | 124 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err()
|
/linux-4.1.27/net/core/ |
D | sock.c | 516 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() function 529 EXPORT_SYMBOL(__sk_dst_check);
|
/linux-4.1.27/include/net/ |
D | sock.h | 1771 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);
|