Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_minisocks.c420 void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst) in tcp_ca_openreq_child() function
447 EXPORT_SYMBOL_GPL(tcp_ca_openreq_child);
Dtcp_ipv4.c1552 tcp_ca_openreq_child(newsk, dst); in tcp_v4_syn_recv_sock()
/linux-6.1.9/include/net/
Dtcp.h460 void tcp_ca_openreq_child(struct sock *sk, const struct dst_entry *dst);
/linux-6.1.9/net/ipv6/
Dtcp_ipv6.c1352 tcp_ca_openreq_child(newsk, dst); in tcp_v6_syn_recv_sock()