Searched refs:st_sample (Results 1 – 1 of 1) sorted by relevance
2197 struct nlattr *st_sample; in sample_action_to_attr() local2206 st_sample = nla_nest_start(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()2207 if (!st_sample) in sample_action_to_attr()2212 nla_nest_end(skb, st_sample); in sample_action_to_attr()