Home
last modified time | relevance | path

Searched refs:sk_dst_check (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/decnet/
Ddn_nsp_out.c84 dst = sk_dst_check(sk, 0); in dn_nsp_send()
/linux-4.4.14/net/core/
Dsock.c544 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie) in sk_dst_check() function
556 EXPORT_SYMBOL(sk_dst_check);
/linux-4.4.14/include/net/
Dsock.h1784 struct dst_entry *sk_dst_check(struct sock *sk, u32 cookie);
/linux-4.4.14/net/ipv6/
Dip6_output.c1074 struct dst_entry *dst = sk_dst_check(sk, inet6_sk(sk)->dst_cookie); in ip6_sk_dst_lookup_flow()
/linux-4.4.14/net/ipv4/
Dudp.c1017 rt = (struct rtable *)sk_dst_check(sk, 0); in udp_sendmsg()