Home
last modified time | relevance | path

Searched refs:OVS_CT_LABELS_LEN (Results 1 – 4 of 4) sorted by relevance

/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.h455 #define OVS_CT_LABELS_LEN (OVS_CT_LABELS_LEN_32 * sizeof(__u32)) macro
458 __u8 ct_labels[OVS_CT_LABELS_LEN];
/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.h455 #define OVS_CT_LABELS_LEN (OVS_CT_LABELS_LEN_32 * sizeof(__u32)) macro
458 __u8 ct_labels[OVS_CT_LABELS_LEN];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h465 #define OVS_CT_LABELS_LEN (OVS_CT_LABELS_LEN_32 * sizeof(__u32)) macro
468 __u8 ct_labels[OVS_CT_LABELS_LEN];
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c170 memcpy(labels, cl->bits, OVS_CT_LABELS_LEN); in ovs_ct_get_labels()
172 memset(labels, 0, OVS_CT_LABELS_LEN); in ovs_ct_get_labels()
406 memcpy(&key->ct.labels, cl->bits, OVS_CT_LABELS_LEN); in ovs_ct_init_labels()
428 memcpy(&key->ct.labels, cl->bits, OVS_CT_LABELS_LEN); in ovs_ct_set_labels()