Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_connection_sock.h271 struct dst_entry *inet_csk_route_child_sock(struct sock *sk, struct sock *newsk,
/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c433 struct dst_entry *inet_csk_route_child_sock(struct sock *sk, in inet_csk_route_child_sock() function
470 EXPORT_SYMBOL_GPL(inet_csk_route_child_sock);
Dtcp_ipv4.c1290 dst = inet_csk_route_child_sock(sk, newsk, req); in tcp_v4_syn_recv_sock()
/linux-4.1.27/net/dccp/
Dipv4.c419 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) == NULL) in dccp_v4_request_recv_sock()