Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_connection_sock.h263 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk,
/linux/net/ipv4/
H A Dinet_connection_sock.c830 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk, in inet_csk_route_child_sock() function
864 EXPORT_SYMBOL_GPL(inet_csk_route_child_sock);
H A Dtcp_ipv4.c1802 dst = inet_csk_route_child_sock(sk, newsk, req);
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1135 dst = inet_csk_route_child_sock(lsk, newsk, oreq); in chtls_recv_sock()