Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_connection_sock.h263 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk,
/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c574 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk, in inet_csk_route_child_sock() function
608 EXPORT_SYMBOL_GPL(inet_csk_route_child_sock);
Dtcp_ipv4.c1441 dst = inet_csk_route_child_sock(sk, newsk, req); in tcp_v4_syn_recv_sock()
/Linux-v4.19/net/dccp/
Dipv4.c422 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) == NULL) in dccp_v4_request_recv_sock()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1035 dst = inet_csk_route_child_sock(lsk, newsk, oreq); in chtls_recv_sock()