Searched refs:sw_flow (Results 1 – 7 of 7) sorted by relevance
/net/openvswitch/ |
D | flow_table.h | 48 struct sw_flow *ovs_flow_alloc(void); 49 void ovs_flow_free(struct sw_flow *, bool deferred); 56 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, 58 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow); 60 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table, 62 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *, 65 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *, 67 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl, 69 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *, 72 bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);
|
D | flow_table.c | 66 struct sw_flow *ovs_flow_alloc(void) in ovs_flow_alloc() 68 struct sw_flow *flow; in ovs_flow_alloc() 101 static void flow_free(struct sw_flow *flow) in flow_free() 119 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() 124 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free() 214 struct sw_flow *flow; in table_instance_destroy() 249 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next() 252 struct sw_flow *flow; in ovs_flow_tbl_dump_next() 283 struct sw_flow *flow) in table_instance_insert() 292 struct sw_flow *flow) in ufid_table_instance_insert() [all …]
|
D | flow_netlink.h | 41 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb); 42 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb); 43 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb);
|
D | flow.h | 205 struct sw_flow { struct 265 void ovs_flow_stats_update(struct sw_flow *, __be16 tcp_flags, 267 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *, 269 void ovs_flow_stats_clear(struct sw_flow *);
|
D | datapath.c | 220 struct sw_flow *flow; in ovs_dp_process_packet() 540 struct sw_flow *flow; in ovs_packet_cmd_execute() 734 static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow, in ovs_flow_cmd_fill_stats() 762 static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow, in ovs_flow_cmd_fill_actions() 802 static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, in ovs_flow_cmd_fill_info() 873 static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow, in ovs_flow_cmd_build_info() 901 struct sw_flow *flow = NULL, *new_flow; in ovs_flow_cmd_new() 1141 struct sw_flow *flow; in ovs_flow_cmd_set() 1244 struct sw_flow *flow; in ovs_flow_cmd_get() 1303 struct sw_flow *flow = NULL; in ovs_flow_cmd_del() [all …]
|
D | flow.c | 59 void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, in ovs_flow_stats_update() 125 void ovs_flow_stats_get(const struct sw_flow *flow, in ovs_flow_stats_get() 155 void ovs_flow_stats_clear(struct sw_flow *flow) in ovs_flow_stats_clear()
|
D | flow_netlink.c | 2229 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_identifier() 2240 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_masked_key() 2247 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_mask()
|