Lines Matching refs:ac_start
3374 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3392 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3393 if (!ac_start) { in sample_action_to_attr()
3402 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3405 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3435 struct nlattr *start, *ac_start = NULL; in check_pkt_len_action_to_attr() local
3459 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3461 if (!ac_start) { in check_pkt_len_action_to_attr()
3468 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3471 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3478 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3480 if (!ac_start) { in check_pkt_len_action_to_attr()
3487 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3490 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()