Lines Matching refs:ac_start
3556 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3574 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3575 if (!ac_start) { in sample_action_to_attr()
3584 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3587 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3619 struct nlattr *start, *ac_start = NULL; in check_pkt_len_action_to_attr() local
3643 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3645 if (!ac_start) { in check_pkt_len_action_to_attr()
3652 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3655 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3662 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3664 if (!ac_start) { in check_pkt_len_action_to_attr()
3671 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3674 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()