Lines Matching refs:ct_state
120 u8 ct_state = OVS_CS_F_TRACKED; in ovs_ct_get_state() local
125 ct_state |= OVS_CS_F_REPLY_DIR; in ovs_ct_get_state()
134 ct_state |= OVS_CS_F_ESTABLISHED; in ovs_ct_get_state()
138 ct_state |= OVS_CS_F_RELATED; in ovs_ct_get_state()
141 ct_state |= OVS_CS_F_NEW; in ovs_ct_get_state()
147 return ct_state; in ovs_ct_get_state()
193 key->ct_state = state; in __ovs_ct_update_key()
255 state |= key->ct_state & OVS_CS_F_NAT_MASK; in ovs_ct_update_key()
282 if (nla_put_u32(skb, OVS_KEY_ATTR_CT_STATE, output->ct_state)) in ovs_ct_put_key()
665 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) && in ovs_ct_executed()
666 !(key->ct_state & OVS_CS_F_INVALID) && in ovs_ct_executed()
669 if (*ct_executed || (!key->ct_state && info->force)) { in ovs_ct_executed()
671 !!(key->ct_state & in ovs_ct_executed()
823 key->ct_state |= OVS_CS_F_SRC_NAT; in ovs_nat_update_key()
845 key->ct_state |= OVS_CS_F_DST_NAT; in ovs_nat_update_key()
983 key->ct_state = 0; in __ovs_ct_lookup()
1003 if (info->nat && !(key->ct_state & OVS_CS_F_NAT_MASK) && in __ovs_ct_lookup()