Searched refs:mTcpRunQue (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Misc.c | 20 LIST_ENTRY mTcpRunQue = { variable 21 &mTcpRunQue, 22 &mTcpRunQue 268 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) { 318 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) { 325 InsertHeadList (&mTcpRunQue, &Tcb->List); 373 Head = &mTcpRunQue; 910 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) { 963 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) {
|
H A D | Tcp4Timer.c | 503 for (Entry = mTcpRunQue.ForwardLink; Entry != &mTcpRunQue; Entry = Next) {
|
H A D | Tcp4Proto.h | 264 extern LIST_ENTRY mTcpRunQue;
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/ |
H A D | TcpMisc.c | 18 LIST_ENTRY mTcpRunQue = { variable 19 &mTcpRunQue, 20 &mTcpRunQue 336 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) { 389 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) { 398 InsertHeadList (&mTcpRunQue, &Tcb->List); 447 Head = &mTcpRunQue; 987 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) { 1063 NET_LIST_FOR_EACH (Entry, &mTcpRunQue) {
|
H A D | TcpMain.h | 36 extern LIST_ENTRY mTcpRunQue;
|
H A D | TcpTimer.c | 511 for (Entry = mTcpRunQue.ForwardLink; Entry != &mTcpRunQue; Entry = Next) {
|
Completed in 147 milliseconds