Searched refs:st_sample (Results 1 – 1 of 1) sorted by relevance
2397 struct nlattr *st_sample; in sample_action_to_attr() local2406 st_sample = nla_nest_start(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()2407 if (!st_sample) in sample_action_to_attr()2412 nla_nest_end(skb, st_sample); in sample_action_to_attr()