Searched refs:OVS_SAMPLE_ATTR_PROBABILITY (Results 1 – 4 of 4) sorted by relevance
605 OVS_SAMPLE_ATTR_PROBABILITY, /* u32 number */ enumerator
615 OVS_SAMPLE_ATTR_PROBABILITY, /* u32 number */ enumerator
2541 probability = attrs[OVS_SAMPLE_ATTR_PROBABILITY]; in validate_and_copy_sample()3472 if (nla_put_u32(skb, OVS_SAMPLE_ATTR_PROBABILITY, arg->probability)) { in sample_action_to_attr()