Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dconntrack.h41 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
Dconntrack.c141 ct_state |= OVS_CS_F_ESTABLISHED; in ovs_ct_get_state()
/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h468 #define OVS_CS_F_ESTABLISHED 0x02 /* Part of an existing connection. */ macro