Searched refs:accept_queue_tail (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h1572 if (!tp->accept_queue_tail) {
1575 tp->accept_queue_tail->dl_next = req;
1577 tp->accept_queue_tail = req;
H A Dsock.h412 struct open_request *accept_queue_tail; member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h1573 if (!tp->accept_queue_tail) {
1576 tp->accept_queue_tail->dl_next = req;
1578 tp->accept_queue_tail = req;
H A Dsock.h464 struct open_request *accept_queue_tail; member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp.c533 tp->accept_queue = tp->accept_queue_tail = NULL;
592 tp->accept_queue = tp->accept_queue_tail = NULL;
2221 tp->accept_queue_tail = NULL;
H A Dtcp_minisocks.c736 newtp->accept_queue = newtp->accept_queue_tail = NULL;

Completed in 70 milliseconds