Lines Matching refs:ct_state
124 u8 ct_state = OVS_CS_F_TRACKED; in ovs_ct_get_state() local
129 ct_state |= OVS_CS_F_REPLY_DIR; in ovs_ct_get_state()
138 ct_state |= OVS_CS_F_ESTABLISHED; in ovs_ct_get_state()
142 ct_state |= OVS_CS_F_RELATED; in ovs_ct_get_state()
145 ct_state |= OVS_CS_F_NEW; in ovs_ct_get_state()
151 return ct_state; in ovs_ct_get_state()
197 key->ct_state = state; in __ovs_ct_update_key()
259 state |= key->ct_state & OVS_CS_F_NAT_MASK; in ovs_ct_update_key()
288 if (nla_put_u32(skb, OVS_KEY_ATTR_CT_STATE, output->ct_state)) in ovs_ct_put_key()
542 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) && in ovs_ct_executed()
543 !(key->ct_state & OVS_CS_F_INVALID) && in ovs_ct_executed()
546 if (*ct_executed || (!key->ct_state && info->force)) { in ovs_ct_executed()
548 !!(key->ct_state & in ovs_ct_executed()
617 key->ct_state |= OVS_CS_F_SRC_NAT; in ovs_nat_update_key()
639 key->ct_state |= OVS_CS_F_DST_NAT; in ovs_nat_update_key()
739 key->ct_state = 0; in __ovs_ct_lookup()
759 if (info->nat && !(key->ct_state & OVS_CS_F_NAT_MASK) && in __ovs_ct_lookup()