Searched refs:ovs_nla_add_action (Results 1 – 3 of 3) sorted by relevance
/net/openvswitch/ |
D | flow_netlink.h | 74 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
|
D | flow_netlink.c | 2022 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()
|
D | conntrack.c | 1522 err = ovs_nla_add_action(sfa, OVS_ACTION_ATTR_CT, &ct_info, in ovs_ct_copy_action()
|