Lines Matching refs:ac_start
3498 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3516 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3517 if (!ac_start) { in sample_action_to_attr()
3526 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3529 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3561 struct nlattr *start, *ac_start = NULL; in check_pkt_len_action_to_attr() local
3585 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3587 if (!ac_start) { in check_pkt_len_action_to_attr()
3594 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3597 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3604 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3606 if (!ac_start) { in check_pkt_len_action_to_attr()
3613 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3616 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()