Searched refs:OVS_CS_F_NEW (Results 1 – 5 of 5) sorted by relevance
33 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
141 ct_state |= OVS_CS_F_NEW; in ovs_ct_get_state()248 state |= OVS_CS_F_NEW; in ovs_ct_update_key()1066 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()
464 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro
474 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro