Lines Matching refs:ac_start
3384 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3402 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3403 if (!ac_start) { in sample_action_to_attr()
3412 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3415 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3445 struct nlattr *start, *ac_start = NULL; in check_pkt_len_action_to_attr() local
3469 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3471 if (!ac_start) { in check_pkt_len_action_to_attr()
3478 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3481 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3488 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3490 if (!ac_start) { in check_pkt_len_action_to_attr()
3497 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3500 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()