Searched refs:OVS_CS_F_NEW (Results 1 – 3 of 3) sorted by relevance
38 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
96 ct_state |= OVS_CS_F_NEW; in ovs_ct_get_state()158 state |= OVS_CS_F_NEW; in ovs_ct_update_key()442 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()465 ((state & OVS_CS_F_TRACKED) && !(state & OVS_CS_F_NEW))) { in ovs_ct_commit()
450 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro