Searched refs:inet_reqsk_alloc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_sock.h | 352 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops,
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | syncookies.c | 298 req = inet_reqsk_alloc(ops, sk, false); in cookie_tcp_reqsk_alloc()
|
| H A D | tcp_input.c | 6699 struct request_sock *inet_reqsk_alloc(const struct request_sock_ops *ops, in inet_reqsk_alloc() function 6721 EXPORT_SYMBOL(inet_reqsk_alloc); 6847 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv4.c | 605 req = inet_reqsk_alloc(&dccp_request_sock_ops, sk, true); in dccp_v4_conn_request()
|
| H A D | ipv6.c | 341 req = inet_reqsk_alloc(&dccp6_request_sock_ops, sk, true); in dccp_v6_conn_request()
|
| /OK3568_Linux_fs/kernel/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()
|