Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_sock.h327 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
/Linux-v4.19/net/ipv6/
Dsyncookies.c178 req = inet_reqsk_alloc(&tcp6_request_sock_ops, sk, false); in cookie_v6_check()
/Linux-v4.19/net/ipv4/
Dsyncookies.c329 req = inet_reqsk_alloc(&tcp_request_sock_ops, sk, false); /* for safety */ in cookie_v4_check()
Dtcp_input.c6324 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, in inet_reqsk_alloc() function
6346 EXPORT_SYMBOL(inet_reqsk_alloc);
6426 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
/Linux-v4.19/net/dccp/
Dipv4.c602 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-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1178 oreq = inet_reqsk_alloc(&chtls_rsk_ops, sk, true); in chtls_pass_accept_request()