Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv6/
Dinet6_connection_sock.c76 return __sk_dst_check(sk, cookie); in __inet6_csk_dst_check()
Daf_inet6.c827 dst = __sk_dst_check(sk, np->dst_cookie); in inet6_sk_rebuild_header()
Dtcp_ipv6.c444 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in tcp_v6_err()
/linux-6.6.21/net/l2tp/
Dl2tp_ip.c462 rt = (struct rtable *)__sk_dst_check(sk, 0); in l2tp_ip_sendmsg()
/linux-6.6.21/net/ipv4/
Dinet_connection_sock.c1485 struct dst_entry *dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
1495 dst = __sk_dst_check(sk, 0); in inet_csk_update_pmtu()
Dip_output.c476 rt = (struct rtable *)__sk_dst_check(sk, 0); in __ip_queue_xmit()
Daf_inet.c1309 struct rtable *rt = (struct rtable *)__sk_dst_check(sk, 0); in inet_sk_rebuild_header()
Dtcp_ipv4.c387 struct dst_entry *dst = __sk_dst_check(sk, 0); in do_redirect()
/linux-6.6.21/net/dccp/
Dipv4.c202 struct dst_entry *dst = __sk_dst_check(sk, 0); in dccp_do_redirect()
Dipv6.c133 struct dst_entry *dst = __sk_dst_check(sk, np->dst_cookie); in dccp_v6_err()
/linux-6.6.21/net/core/
Dsock.c596 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie) in __sk_dst_check() function
612 EXPORT_SYMBOL(__sk_dst_check);
/linux-6.6.21/include/net/
Dsock.h2231 struct dst_entry *__sk_dst_check(struct sock *sk, u32 cookie);