Home
last modified time | relevance | path

Searched refs:ac_start (Results 1 – 1 of 1) sorted by relevance

/linux/net/openvswitch/
H A Dflow_netlink.c3516 struct nlattr *start, *ac_start = NULL, *sample_arg; in sample_action_to_attr() local
3534 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3535 if (!ac_start) { in sample_action_to_attr()
3544 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3547 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3579 struct nlattr *start, *ac_start = NULL; in check_pkt_len_action_to_attr() local
3603 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3605 if (!ac_start) { in check_pkt_len_action_to_attr()
3612 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3615 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
[all …]