Home
last modified time | relevance | path

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

/linux-6.15/net/openvswitch/
H A Dflow_netlink.c3575 if (!ac_start) { in sample_action_to_attr()
3584 nla_nest_cancel(skb, ac_start); in sample_action_to_attr()
3587 nla_nest_end(skb, ac_start); in sample_action_to_attr()
3643 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3645 if (!ac_start) { in check_pkt_len_action_to_attr()
3652 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
3655 nla_nest_end(skb, ac_start); in check_pkt_len_action_to_attr()
3662 ac_start = nla_nest_start_noflag(skb, in check_pkt_len_action_to_attr()
3664 if (!ac_start) { in check_pkt_len_action_to_attr()
3671 nla_nest_cancel(skb, ac_start); in check_pkt_len_action_to_attr()
[all …]