Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c3512 struct nlattr *start, *ac_start = NULL, *sample_arg; in ovs_nla_copy_actions()
3530 ac_start = nla_nest_start_noflag(skb, OVS_SAMPLE_ATTR_ACTIONS); in sample_action_to_attr()
3531 if (!ac_start) { in sample_action_to_attr()
3540 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3543 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3575 struct nlattr *start, *ac_start = NULL; in clone_action_to_attr()
3599 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3601 if (!ac_start) { in check_pkt_len_action_to_attr()
3608 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3611 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3525 struct nlattr *start, *ac_start = NULL, *sample_arg; sample_action_to_attr() local
3588 struct nlattr *start, *ac_start = NULL; check_pkt_len_action_to_attr() local
[all...]