Searched refs:OVS_CS_F_TRACKED (Results 1 – 5 of 5) sorted by relevance
35 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()665 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) && in ovs_ct_executed()1066 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()
470 #define OVS_CS_F_TRACKED 0x20 /* Conntrack has occurred. */ macro
480 #define OVS_CS_F_TRACKED 0x20 /* Conntrack has occurred. */ macro