Home
last modified time | relevance | path

Searched refs:TCPS_LAST_ACK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/net/
H A Dutil.h79 #define TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */ macro
H A Dfilter-rewriter.c123 if ((conn->tcp_state == TCPS_LAST_ACK) && in handle_primary_tcp_pkt()
229 conn->tcp_state = TCPS_LAST_ACK; in handle_secondary_tcp_pkt()