Home
last modified time | relevance | path

Searched refs:OVS_KEY_ATTR_PRIORITY (Results 1 – 5 of 5) 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.h310 OVS_KEY_ATTR_PRIORITY, /* u32 skb->priority */ enumerator
/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.h310 OVS_KEY_ATTR_PRIORITY, /* u32 skb->priority */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h316 OVS_KEY_ATTR_PRIORITY, /* u32 skb->priority */ enumerator
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_netlink.c409 [OVS_KEY_ATTR_PRIORITY] = { .len = sizeof(u32) },
1164 if (*attrs & (1 << OVS_KEY_ATTR_PRIORITY)) { in metadata_from_nlattrs()
1166 nla_get_u32(a[OVS_KEY_ATTR_PRIORITY]), is_mask); in metadata_from_nlattrs()
1167 *attrs &= ~(1 << OVS_KEY_ATTR_PRIORITY); in metadata_from_nlattrs()
2002 if (nla_put_u32(skb, OVS_KEY_ATTR_PRIORITY, output->phy.priority)) in __ovs_nla_put_key()
2844 case OVS_KEY_ATTR_PRIORITY: in validate_set()
H A Dactions.c1104 case OVS_KEY_ATTR_PRIORITY: in execute_masked_set_action()