Home
last modified time | relevance | path

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

/net/openvswitch/
Dflow_table.h56 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
Dflow_table.c691 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert() function
Ddatapath.c992 error = ovs_flow_tbl_insert(&dp->table, new_flow, &mask); in ovs_flow_cmd_new()