Searched refs:OVS_CS_F_TRACKED (Results 1 – 3 of 3) sorted by relevance
36 OVS_CS_F_INVALID | OVS_CS_F_TRACKED | \
120 u8 ct_state = OVS_CS_F_TRACKED; in ovs_ct_get_state()264 state = OVS_CS_F_TRACKED | OVS_CS_F_INVALID; in ovs_ct_update_key()667 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) && in ovs_ct_executed()1074 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()
488 #define OVS_CS_F_TRACKED 0x20 /* Conntrack has occurred. */ macro