Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dinet_sock.h339 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
/Linux-v5.15/net/ipv4/
Dsyncookies.c297 req = inet_reqsk_alloc(ops, sk, false); in cookie_tcp_reqsk_alloc()
Dtcp_input.c6691 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, in inet_reqsk_alloc() function
6713 EXPORT_SYMBOL(inet_reqsk_alloc);
6835 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
/Linux-v5.15/net/dccp/
Dipv4.c613 req = inet_reqsk_alloc(&dccp_request_sock_ops, sk, true); in dccp_v4_conn_request()
Dipv6.c351 req = inet_reqsk_alloc(&dccp6_request_sock_ops, sk, true); in dccp_v6_conn_request()
/Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1357 oreq = inet_reqsk_alloc(&chtls_rsk_ops, sk, true); in chtls_pass_accept_request()
1361 oreq = inet_reqsk_alloc(&chtls_rsk_opsv6, sk, false); in chtls_pass_accept_request()