Searched refs:ovs_nla_put_actions (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow_netlink.h | 62 int ovs_nla_put_actions(const struct nlattr *attr,
|
| H A D | flow_netlink.c | 3483 err = ovs_nla_put_actions(actions, rem, skb); in sample_action_to_attr() 3509 err = ovs_nla_put_actions(attr, rem, skb); in clone_action_to_attr() 3553 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr() 3572 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in check_pkt_len_action_to_attr() 3609 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in dec_ttl_action_to_attr() 3685 int ovs_nla_put_actions(const struct nlattr *attr, int len, struct sk_buff *skb) in ovs_nla_put_actions() function
|
| H A D | datapath.c | 489 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()
|