Searched refs:inet_reqsk_alloc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_sock.h | 384 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
|
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | 288 req = inet_reqsk_alloc(ops, sk, false); in cookie_tcp_reqsk_alloc()
|
H A D | tcp_input.c | 6947 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, in inet_reqsk_alloc() function 6970 EXPORT_SYMBOL(inet_reqsk_alloc); 7104 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 621 req = inet_reqsk_alloc(&dccp_request_sock_ops, sk, true); in dccp_v4_conn_request()
|
H A D | ipv6.c | 352 req = inet_reqsk_alloc(&dccp6_request_sock_ops, sk, true); in dccp_v6_conn_request()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A 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()
|
/openbmc/linux/net/mptcp/ |
H A D | subflow.c | 720 return inet_reqsk_alloc(ops, sk_listener, attach_listener); in mptcp_subflow_reqsk_alloc()
|