Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow_netlink.h68 int ovs_nla_put_actions(const struct nlattr *attr,
Dflow_netlink.c2209 err = ovs_nla_put_actions(nla_data(a), nla_len(a), skb); in sample_action_to_attr()
2275 int ovs_nla_put_actions(const struct nlattr *attr, int len, struct sk_buff *skb) in ovs_nla_put_actions() function
Ddatapath.c754 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()