Searched refs:inet_reqsk_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/net/ |
D | inet_sock.h | 356 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
|
/linux-6.1.9/net/ipv4/ |
D | syncookies.c | 294 req = inet_reqsk_alloc(ops, sk, false); in cookie_tcp_reqsk_alloc()
|
D | tcp_input.c | 6786 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, in inet_reqsk_alloc() function 6809 EXPORT_SYMBOL(inet_reqsk_alloc); 6935 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
|
/linux-6.1.9/net/dccp/ |
D | ipv4.c | 620 req = inet_reqsk_alloc(&dccp_request_sock_ops, sk, true); in dccp_v4_conn_request()
|
D | ipv6.c | 351 req = inet_reqsk_alloc(&dccp6_request_sock_ops, sk, true); in dccp_v6_conn_request()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 1356 oreq = inet_reqsk_alloc(&chtls_rsk_ops, sk, true); in chtls_pass_accept_request() 1360 oreq = inet_reqsk_alloc(&chtls_rsk_opsv6, sk, false); in chtls_pass_accept_request()
|
/linux-6.1.9/net/mptcp/ |
D | subflow.c | 608 return inet_reqsk_alloc(ops, sk_listener, attach_listener); in mptcp_subflow_reqsk_alloc()
|