Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dinet6_connection_sock.c191 dst = __sk_dst_check(sk, cookie); in __inet6_csk_dst_check()
Daf_inet6.c654 dst = __sk_dst_check(sk, np->dst_cookie); in inet6_sk_rebuild_header()
Dtcp_ipv6.c389 dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err()
/linux-3.4.99/net/l2tp/
Dl2tp_ip.c496 rt = (struct rtable *) __sk_dst_check(sk, 0); in l2tp_ip_sendmsg()
Dl2tp_core.c1075 skb_dst_set(skb, dst_clone(__sk_dst_check(sk, 0))); in l2tp_xmit_skb()
/linux-3.4.99/net/dccp/
Dipv4.c170 if ((dst = __sk_dst_check(sk, 0)) == NULL) in dccp_do_pmtu_discovery()
Dipv6.c142 dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err()
/linux-3.4.99/net/core/
Dsock.c431 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() function
444 EXPORT_SYMBOL(__sk_dst_check);
/linux-3.4.99/net/ipv4/
Daf_inet.c1177 struct rtable *rt = (struct rtable *)__sk_dst_check(sk, 0); in inet_sk_rebuild_header()
Dip_output.c356 rt = (struct rtable *)__sk_dst_check(sk, 0); in ip_queue_xmit()
Dtcp_ipv4.c299 if ((dst = __sk_dst_check(sk, 0)) == NULL) in do_pmtu_discovery()
/linux-3.4.99/include/net/
Dsock.h1690 extern struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);