Searched refs:OVS_PSAMPLE_ATTR_MAX (Results 1 – 2 of 2) sorted by relevance
941 #define OVS_PSAMPLE_ATTR_MAX (__OVS_PSAMPLE_ATTR_MAX - 1) macro
3163 static const struct nla_policy policy[OVS_PSAMPLE_ATTR_MAX + 1] = { in validate_psample()3170 struct nlattr *a[OVS_PSAMPLE_ATTR_MAX + 1]; in validate_psample()3176 err = nla_parse_nested(a, OVS_PSAMPLE_ATTR_MAX, attr, policy, NULL); in validate_psample()
Completed in 14 milliseconds