Searched refs:TF_INFR (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dtcp.h254 #define TF_INFR 0x04U /* In fast recovery. */ macro
/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dtcp_priv.h98 * - or if we are in fast-retransmit (TF_INFR)
101 ((tpcb)->flags & (TF_NODELAY | TF_INFR)) || \
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp_in.c1216 /* Do fast retransmit (checked via TF_INFR, not via dupacks count) */
1235 if (pcb->flags & TF_INFR) {
1236 tcp_clear_flags(pcb, TF_INFR);
H A Dtcp_out.c1787 if (pcb->unacked != NULL && !(pcb->flags & TF_INFR)) {
1809 tcp_set_flags(pcb, TF_INFR);

Completed in 42 milliseconds