Searched refs:ovs_nla_put_actions (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/openvswitch/ |
D | flow_netlink.h | 62 int ovs_nla_put_actions(const struct nlattr *attr,
|
D | flow_netlink.c | 3522 err = ovs_nla_put_actions(actions, rem, skb); in sample_action_to_attr() 3548 err = ovs_nla_put_actions(attr, rem, skb); in clone_action_to_attr() 3592 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr() 3611 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr() 3648 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in dec_ttl_action_to_attr() 3724 int ovs_nla_put_actions(const struct nlattr *attr, int len, struct sk_buff *skb) in ovs_nla_put_actions() function
|
D | datapath.c | 503 err = ovs_nla_put_actions(upcall_info->actions, in queue_userspace_packet() 829 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
|