Home
last modified time | relevance | path

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

/net/openvswitch/
Dflow_netlink.h74 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
Dflow_netlink.c2022 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action() function
2038 err = ovs_nla_add_action(sfa, attrtype, NULL, 0, log); in add_nested_action_start()
2108 err = ovs_nla_add_action(sfa, OVS_SAMPLE_ATTR_ARG, &arg, sizeof(arg), in validate_and_copy_sample()
Dconntrack.c1522 err = ovs_nla_add_action(sfa, OVS_ACTION_ATTR_CT, &ct_info, in ovs_ct_copy_action()