Searched refs:inet_csk_route_child_sock (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_connection_sock.h | 317 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_connection_sock.h | 259 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_connection_sock.c | 646 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk, in inet_csk_route_child_sock() function 680 EXPORT_SYMBOL_GPL(inet_csk_route_child_sock); variable
|
H A D | tcp_ipv4.c | 1582 dst = inet_csk_route_child_sock(sk, newsk, req); in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_connection_sock.c | 825 struct dst_entry *inet_csk_route_child_sock(const struct sock *sk, in inet_csk_route_child_sock() function 859 EXPORT_SYMBOL_GPL(inet_csk_route_child_sock); variable
|
H A D | tcp_ipv4.c | 1608 dst = inet_csk_route_child_sock(sk, newsk, req); in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 423 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) == NULL) in dccp_v4_request_recv_sock()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 435 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) == NULL) in dccp_v4_request_recv_sock()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1136 dst = inet_csk_route_child_sock(lsk, newsk, oreq); in chtls_recv_sock()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1135 dst = inet_csk_route_child_sock(lsk, newsk, oreq); in chtls_recv_sock()
|
Completed in 24 milliseconds