Searched refs:OVS_CS_F_ESTABLISHED (Results 1 – 5 of 5) sorted by relevance
33 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
134 ct_state |= OVS_CS_F_ESTABLISHED; in ovs_ct_get_state()
465 #define OVS_CS_F_ESTABLISHED 0x02 /* Part of an existing connection. */ macro
475 #define OVS_CS_F_ESTABLISHED 0x02 /* Part of an existing connection. */ macro