Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c481 struct sock *tcp_create_openreq_child(const struct sock *sk, in tcp_create_openreq_child() function
586 EXPORT_SYMBOL(tcp_create_openreq_child);
H A Dtcp_ipv4.c1583 newsk = tcp_create_openreq_child(sk, req, skb); in tcp_v4_syn_recv_sock()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1273 newsk = tcp_create_openreq_child(sk, req, skb); in tcp_v6_syn_recv_sock()
/openbmc/linux/include/net/
H A Dtcp.h455 struct sock *tcp_create_openreq_child(const struct sock *sk,
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c1130 newsk = tcp_create_openreq_child(lsk, oreq, cdev->askb); in chtls_recv_sock()