Home
last modified time | relevance | path

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

/Linux-v6.1/net/openvswitch/
Dconntrack.h35 OVS_CS_F_RELATED | OVS_CS_F_REPLY_DIR | \
Dconntrack.c127 ct_state |= OVS_CS_F_REPLY_DIR; in ovs_ct_get_state()
/Linux-v6.1/include/uapi/linux/
Dopenvswitch.h505 #define OVS_CS_F_REPLY_DIR 0x08 /* Flow is in the reply direction. */ macro