Home
last modified time | relevance | path

Searched refs:tcp_openreq_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/khttpd/
Duserspace.c205 req = tcp_openreq_alloc(); in AddSocketToAcceptQueue()
/linux-2.4.37.9/net/ipv4/
Dsyncookies.c132 req = tcp_openreq_alloc(); in cookie_v4_check()
Dtcp_ipv4.c1430 req = tcp_openreq_alloc(); in tcp_v4_conn_request()
/linux-2.4.37.9/include/net/
Dtcp.h560 #define tcp_openreq_alloc() kmem_cache_alloc(tcp_openreq_cachep, SLAB_ATOMIC) macro
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1196 req = tcp_openreq_alloc(); in tcp_v6_conn_request()