Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow_table.h85 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
H A Dflow_table.c1084 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, in ovs_flow_tbl_insert() function
H A Ddatapath.c1054 error = ovs_flow_tbl_insert(&dp->table, new_flow, &mask); in ovs_flow_cmd_new()