Searched refs:OVS_SAMPLE_ATTR_PROBABILITY (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h644 * @OVS_SAMPLE_ATTR_PROBABILITY: 32-bit fraction of packets to sample with
656 OVS_SAMPLE_ATTR_PROBABILITY, /* u32 number */ enumerator in enum:ovs_sample_attr
673 * 'OVS_SAMPLE_ATTR_PROBABILITY'.
/linux-master/net/openvswitch/
H A Dflow_netlink.c2575 probability = attrs[OVS_SAMPLE_ATTR_PROBABILITY];
3538 if (nla_put_u32(skb, OVS_SAMPLE_ATTR_PROBABILITY, arg->probability)) {

Completed in 226 milliseconds