Home
last modified time | relevance | path

Searched refs:OVS_CS_F_TRACKED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dconntrack.h36 OVS_CS_F_INVALID | OVS_CS_F_TRACKED | \
H A Dconntrack.c124 u8 ct_state = OVS_CS_F_TRACKED; in ovs_ct_get_state()
273 state = OVS_CS_F_TRACKED | OVS_CS_F_INVALID; in ovs_ct_update_key()
547 *ct_executed = (key->ct_state & OVS_CS_F_TRACKED) && in ovs_ct_executed()
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h521 #define OVS_CS_F_TRACKED 0x20 /* Conntrack has occurred. */ macro