Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.h33 #define CT_SUPPORTED_MASK (OVS_CS_F_NEW | OVS_CS_F_ESTABLISHED | \
H A Dconntrack.c141 ct_state |= OVS_CS_F_NEW; in ovs_ct_get_state()
248 state |= OVS_CS_F_NEW; in ovs_ct_update_key()
1066 state = OVS_CS_F_TRACKED | OVS_CS_F_NEW | OVS_CS_F_RELATED; in ovs_ct_lookup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h464 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h464 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h474 #define OVS_CS_F_NEW 0x01 /* Beginning of a new connection. */ macro