Searched refs:TF_BACKLOGPEND (Results 1 – 4 of 4) sorted by relevance
222 #define TF_BACKLOGPEND 0x0200U /* If this is set, a connection pcb has increased the backlog on its… macro
264 #define TF_BACKLOGPEND 0x0200U /* If this is set, a connection pcb has increased the backlog on its… macro
213 if ((pcb->flags & TF_BACKLOGPEND) == 0) { in tcp_backlog_delayed()217 pcb->flags |= TF_BACKLOGPEND; in tcp_backlog_delayed()235 if ((pcb->flags & TF_BACKLOGPEND) != 0) { in tcp_backlog_accepted()239 pcb->flags &= ~TF_BACKLOGPEND; in tcp_backlog_accepted()
586 npcb->flags |= TF_BACKLOGPEND;
Completed in 20 milliseconds