Home
last modified time | relevance | path

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

/qemu/net/
H A Dfilter-rewriter.c91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()
152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()
244 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
H A Dutil.h74 #define TCPS_ESTABLISHED 4 /* established */ macro