Searched refs:TF_NAGLEMEMERR (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_out.c324 pcb->flags |= TF_NAGLEMEMERR;
337 pcb->flags |= TF_NAGLEMEMERR;
759 pcb->flags |= TF_NAGLEMEMERR;
803 pcb->flags |= TF_NAGLEMEMERR;
828 pcb->flags |= TF_NAGLEMEMERR;
837 pcb->flags |= TF_NAGLEMEMERR;
1103 ((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) {
1125 pcb->flags |= TF_NAGLEMEMERR;
1177 pcb->flags &= ~TF_NAGLEMEMERR;
H A Dtcp.c1291 /** Call tcp_output for all active pcbs that have TF_NAGLEMEMERR set */
1298 if (pcb->flags & TF_NAGLEMEMERR) {
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_out.c188 pcb->flags |= TF_NAGLEMEMERR;
213 pcb->flags |= TF_NAGLEMEMERR;
453 pcb->flags |= TF_NAGLEMEMERR;
616 ((pcb->flags & (TF_NAGLEMEMERR | TF_FIN)) == 0)) {
685 pcb->flags &= ~TF_NAGLEMEMERR;
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h217 #define TF_NAGLEMEMERR 0x80U /* nagle enabled, memerr, try to output to prevent delayed ACK to happen */ macro
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h304 #define TF_NAGLEMEMERR ((u8_t)0x80U) /* nagle enabled, memerr, try to output to prevent delayed ACK to happen */ macro

Completed in 45 milliseconds