Searched refs:dccp_create_openreq_child (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | minisocks.c | 77 struct sock *dccp_create_openreq_child(const struct sock *sk, in dccp_create_openreq_child() function 136 EXPORT_SYMBOL_GPL(dccp_create_openreq_child); variable
|
H A D | dccp.h | 265 struct sock *dccp_create_openreq_child(const struct sock *sk,
|
H A D | ipv4.c | 409 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v4_request_recv_sock() 631 * Setting S.SWL/S.SWH to is deferred to dccp_create_openreq_child(). in dccp_v4_conn_request()
|
H A D | ipv6.c | 379 * Setting S.SWL/S.SWH to is deferred to dccp_create_openreq_child(). in dccp_v6_conn_request() 446 * here, dccp_create_openreq_child now does this for us, see the comment in in dccp_v6_request_recv_sock() 471 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v6_request_recv_sock() 477 * count here, dccp_create_openreq_child now does this for us, see the in dccp_v6_request_recv_sock()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | minisocks.c | 78 struct sock *dccp_create_openreq_child(const struct sock *sk, in dccp_create_openreq_child() function 137 EXPORT_SYMBOL_GPL(dccp_create_openreq_child); variable
|
H A D | dccp.h | 260 struct sock *dccp_create_openreq_child(const struct sock *sk,
|
H A D | ipv4.c | 421 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v4_request_recv_sock() 647 * Setting S.SWL/S.SWH to is deferred to dccp_create_openreq_child(). in dccp_v4_conn_request()
|
H A D | ipv6.c | 390 * Setting S.SWL/S.SWH to is deferred to dccp_create_openreq_child(). in dccp_v6_conn_request() 457 * here, dccp_create_openreq_child now does this for us, see the comment in in dccp_v6_request_recv_sock() 482 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v6_request_recv_sock() 488 * count here, dccp_create_openreq_child now does this for us, see the in dccp_v6_request_recv_sock()
|
Completed in 8 milliseconds