Lines Matching full:ac_start
3518 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3536 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3537 if (!ac_start) { in sample_action_to_attr()
3546 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3549 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3581 struct nlattr *start, *ac_start = NULL; in check_pkt_len_action_to_attr() local
3605 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3607 if (!ac_start) { in check_pkt_len_action_to_attr()
3614 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3617 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3624 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3626 if (!ac_start) { in check_pkt_len_action_to_attr()
3633 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3636 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()