Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dopenvswitch.h934 OVS_PSAMPLE_ATTR_GROUP = 1, /* u32 number. */ enumerator
/linux-6.12.1/net/openvswitch/
Dflow_netlink.c3164 [OVS_PSAMPLE_ATTR_GROUP] = { .type = NLA_U32 }, in validate_psample()
3180 return a[OVS_PSAMPLE_ATTR_GROUP] ? 0 : -EINVAL; in validate_psample()
Dactions.c1333 case OVS_PSAMPLE_ATTR_GROUP: in execute_psample()