Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dconntrack.h39 OVS_CS_F_RELATED | OVS_CS_F_REPLY_DIR | \
Dconntrack.c92 ct_state |= OVS_CS_F_RELATED; in ovs_ct_get_state()
160 state |= OVS_CS_F_RELATED; in ovs_ct_update_key()
442 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()
/linux-4.4.14/include/uapi/linux/
Dopenvswitch.h452 #define OVS_CS_F_RELATED 0x04 /* Related to an established macro