Searched refs:OVS_PSAMPLE_ATTR_MAX (Results 1 – 2 of 2) sorted by relevance
947 #define OVS_PSAMPLE_ATTR_MAX (__OVS_PSAMPLE_ATTR_MAX - 1) macro
3113 static const struct nla_policy policy[OVS_PSAMPLE_ATTR_MAX + 1] = { in validate_psample()3120 struct nlattr *a[OVS_PSAMPLE_ATTR_MAX + 1]; in validate_psample()3126 err = nla_parse_nested(a, OVS_PSAMPLE_ATTR_MAX, attr, policy, NULL); in validate_psample()