Searched refs:sw_flow (Results 1 – 4 of 4) sorted by relevance
/net/openvswitch/ |
D | flow.h | 97 struct sw_flow { struct 129 struct sw_flow *ovs_flow_alloc(void); argument 130 void ovs_flow_deferred_free(struct sw_flow *); 131 void ovs_flow_free(struct sw_flow *flow); 138 void ovs_flow_used(struct sw_flow *, struct sk_buff *); 169 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *table, 176 void ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow); 177 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow); 180 struct sw_flow *ovs_flow_tbl_next(struct flow_table *table, u32 *bucket, u32 *idx);
|
D | flow.c | 181 void ovs_flow_used(struct sw_flow *flow, struct sk_buff *skb) in ovs_flow_used() 218 struct sw_flow *ovs_flow_alloc(void) in ovs_flow_alloc() 220 struct sw_flow *flow; in ovs_flow_alloc() 300 struct sw_flow *flow; in ovs_flow_tbl_destroy() 331 struct sw_flow *ovs_flow_tbl_next(struct flow_table *table, u32 *bucket, u32 *last) in ovs_flow_tbl_next() 333 struct sw_flow *flow; in ovs_flow_tbl_next() 367 struct sw_flow *flow; in flow_table_copy_flows() 401 void ovs_flow_free(struct sw_flow *flow) in ovs_flow_free() 413 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() 420 void ovs_flow_deferred_free(struct sw_flow *flow) in ovs_flow_deferred_free() [all …]
|
D | datapath.c | 224 struct sw_flow *flow; in ovs_dp_process_received_packet() 686 static void clear_stats(struct sw_flow *flow) in clear_stats() 700 struct sw_flow *flow; in ovs_packet_cmd_execute() 860 static int ovs_flow_cmd_fill_info(struct sw_flow *flow, struct datapath *dp, in ovs_flow_cmd_fill_info() 933 static struct sk_buff *ovs_flow_cmd_alloc_info(struct sw_flow *flow) in ovs_flow_cmd_alloc_info() 942 static struct sk_buff *ovs_flow_cmd_build_info(struct sw_flow *flow, in ovs_flow_cmd_build_info() 963 struct sw_flow *flow; in ovs_flow_cmd_new_or_set() 1106 struct sw_flow *flow; in ovs_flow_cmd_get() 1152 struct sw_flow *flow; in ovs_flow_cmd_del() 1218 struct sw_flow *flow; in ovs_flow_cmd_dump()
|
D | datapath.h | 93 struct sw_flow *flow;
|