Home
last modified time | relevance | path

Searched refs:TCPS_CLOSED (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/net/
H A Dfilter-rewriter.c125 conn->tcp_state = TCPS_CLOSED; in handle_primary_tcp_pkt()
168 conn->tcp_state = TCPS_CLOSED; in handle_primary_tcp_pkt()
207 if (conn->tcp_state == TCPS_CLOSED && in handle_secondary_tcp_pkt()
H A Dutil.h69 #define TCPS_CLOSED 0 /* closed */ macro
H A Dcolo.c147 conn->tcp_state = TCPS_CLOSED; in connection_new()