Searched refs:TF_ACK_DELAY (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/usr/echoserver/
H A Dtcpechoserver.c67 tpcb->flags |= TF_ACK_DELAY;
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dtcp_priv.h435 if((pcb)->flags & TF_ACK_DELAY) { \
436 (pcb)->flags &= ~TF_ACK_DELAY; \
440 (pcb)->flags |= TF_ACK_DELAY; \
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dtcp_server.c48 tpcb->flags |= TF_ACK_DELAY;
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h298 #define TF_ACK_DELAY ((u8_t)0x01U) /* Delayed ACK. */ macro
551 if((pcb)->flags & TF_ACK_DELAY) { \
552 (pcb)->flags &= ~TF_ACK_DELAY; \
557 (pcb)->flags |= TF_ACK_DELAY; \
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope.c251 tpcb->flags |= TF_ACK_DELAY;
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h210 #define TF_ACK_DELAY 0x01U /* Delayed ACK. */ macro
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_out.c937 pcb->flags |= (TF_ACK_DELAY | TF_ACK_NOW);
975 pcb->flags |= (TF_ACK_DELAY | TF_ACK_NOW);
978 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
1130 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
H A Dtcp.c1260 if (pcb->flags & TF_ACK_DELAY) {
1264 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
1864 pcb->flags & TF_ACK_DELAY) {
H A Dtcp_in.c726 pcb->flags &= ~TF_ACK_DELAY;
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp.c808 if (pcb->flags & TF_ACK_DELAY) {
811 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
1225 pcb->state != LISTEN && pcb->flags & TF_ACK_DELAY) {
H A Dtcp_out.c545 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
633 pcb->flags &= ~(TF_ACK_DELAY | TF_ACK_NOW);
H A Dtcp_in.c557 pcb->flags &= ~TF_ACK_DELAY;

Completed in 125 milliseconds