Home
last modified time | relevance | path

Searched refs:ac_start (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/openvswitch/
Dflow_netlink.c3128 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3146 ac_start = nla_nest_start(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3147 if (!ac_start) { in sample_action_to_attr()
3156 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3159 nla_nest_end(skb, ac_start); in sample_action_to_attr()