Home
last modified time | relevance | path

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

/Linux-v5.4/net/openvswitch/
Dconntrack.h35 OVS_CS_F_INVALID | OVS_CS_F_TRACKED | \
Dconntrack.c264 state = OVS_CS_F_TRACKED | OVS_CS_F_INVALID; in ovs_ct_update_key()
664 !(key->ct_state & OVS_CS_F_INVALID) && in ovs_ct_executed()
/Linux-v5.4/include/uapi/linux/
Dopenvswitch.h476 #define OVS_CS_F_INVALID 0x10 /* Could not track connection. */ macro