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

/linux-4.1.27/net/openvswitch/
H A Dflow_netlink.c1657 int rem, start, err, st_acts; validate_and_copy_sample() local
1685 st_acts = add_nested_action_start(sfa, OVS_SAMPLE_ATTR_ACTIONS, log);
1686 if (st_acts < 0)
1687 return st_acts;
1694 add_nested_action_end(*sfa, st_acts);

Completed in 68 milliseconds