Home
last modified time | relevance | path

Searched refs:ovs_nla_put_actions (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.h62 int ovs_nla_put_actions(const struct nlattr *attr,
H A Dflow_netlink.c3500 err = ovs_nla_put_actions(actions, rem, skb); in sample_action_to_attr()
3526 err = ovs_nla_put_actions(attr, rem, skb); in clone_action_to_attr()
3570 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr()
3589 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr()
3626 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in dec_ttl_action_to_attr()
3702 int ovs_nla_put_actions(const struct nlattr *attr, int len, struct sk_buff *skb) in ovs_nla_put_actions() function
H A Ddatapath.c489 err = ovs_nla_put_actions(upcall_info->actions, in queue_userspace_packet()
814 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.h62 int ovs_nla_put_actions(const struct nlattr *attr,
H A Dflow_netlink.c3549 err = ovs_nla_put_actions(actions, rem, skb); in sample_action_to_attr()
3575 err = ovs_nla_put_actions(attr, rem, skb); in clone_action_to_attr()
3619 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr()
3638 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr()
3675 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in dec_ttl_action_to_attr()
3751 int ovs_nla_put_actions(const struct nlattr *attr, int len, struct sk_buff *skb) in ovs_nla_put_actions() function
H A Ddatapath.c527 err = ovs_nla_put_actions(upcall_info->actions, in queue_userspace_packet()
853 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()

Completed in 15 milliseconds