Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/openvswitch/
A Dconntrack.h34 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
A Dconntrack.c144 ct_state |= OVS_CS_F_NEW; in ovs_ct_get_state()
251 state |= OVS_CS_F_NEW; in ovs_ct_update_key()
871 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()
/linux-6.3-rc2/include/uapi/linux/
A Dopenvswitch.h515 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro

Completed in 10 milliseconds