Home
last modified time | relevance | path

Searched refs:sw_flow (Results 1 – 7 of 7) sorted by relevance

/net/openvswitch/
A Dflow_table.h77 struct sw_flow *ovs_flow_alloc(void);
78 void ovs_flow_free(struct sw_flow *, bool deferred);
85 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
87 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
91 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,
93 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
98 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
100 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
102 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,
105 bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);
A Dflow_table.c74 struct sw_flow *flow; in ovs_flow_alloc()
130 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback()
485 struct sw_flow *flow; in table_instance_flow_flush()
528 struct sw_flow *flow; in ovs_flow_tbl_dump_next()
587 struct sw_flow *flow; in flow_table_copy_flows()
703 struct sw_flow *flow; in masked_flow_lookup()
736 struct sw_flow *flow; in flow_lookup()
793 struct sw_flow *flow; in ovs_flow_tbl_lookup_stats()
854 struct sw_flow *flow; in ovs_flow_tbl_lookup()
878 struct sw_flow *flow; in ovs_flow_tbl_lookup_exact()
[all …]
A Dflow_netlink.h41 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);
A Dflow.h221 struct sw_flow { struct
281 void ovs_flow_stats_update(struct sw_flow *, __be16 tcp_flags,
283 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *,
285 void ovs_flow_stats_clear(struct sw_flow *);
A Ddatapath.c250 struct sw_flow *flow; in ovs_dp_process_packet()
617 struct sw_flow *flow; in ovs_packet_cmd_execute()
833 static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow, in ovs_flow_cmd_fill_stats()
861 static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow, in ovs_flow_cmd_fill_actions()
901 static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, in ovs_flow_cmd_fill_info()
972 static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow, in ovs_flow_cmd_build_info()
1000 struct sw_flow *flow = NULL, *new_flow; in ovs_flow_cmd_new()
1248 struct sw_flow *flow; in ovs_flow_cmd_set()
1351 struct sw_flow *flow; in ovs_flow_cmd_get()
1410 struct sw_flow *flow = NULL; in ovs_flow_cmd_del()
[all …]
A Dflow.c61 void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, in ovs_flow_stats_update()
128 void ovs_flow_stats_get(const struct sw_flow *flow, in ovs_flow_stats_get()
159 void ovs_flow_stats_clear(struct sw_flow *flow) in ovs_flow_stats_clear()
A Dflow_netlink.c2296 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_identifier()
2307 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_masked_key()
2314 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_mask()

Completed in 23 milliseconds