Home
last modified time | relevance | path

Searched refs:inet_reqsk_alloc (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/net/
Dinet_sock.h345 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
/Linux-v5.4/net/ipv6/
Dsyncookies.c173 req = inet_reqsk_alloc(&tcp6_request_sock_ops, sk, false); in cookie_v6_check()
/Linux-v5.4/net/ipv4/
Dsyncookies.c329 req = inet_reqsk_alloc(&tcp_request_sock_ops, sk, false); /* for safety */ in cookie_v4_check()
Dtcp_input.c6449 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, in inet_reqsk_alloc() function
6471 EXPORT_SYMBOL(inet_reqsk_alloc);
6579 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
/Linux-v5.4/net/dccp/
Dipv4.c601 req = inet_reqsk_alloc(&dccp_request_sock_ops, sk, true); in dccp_v4_conn_request()
Dipv6.c336 req = inet_reqsk_alloc(&dccp6_request_sock_ops, sk, true); in dccp_v6_conn_request()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1183 oreq = inet_reqsk_alloc(&chtls_rsk_ops, sk, true); in chtls_pass_accept_request()