sw_flow          2141 drivers/tty/cyclades.c 		__u32 sw_flow;
sw_flow          2219 drivers/tty/cyclades.c 		sw_flow = 0;
sw_flow          2221 drivers/tty/cyclades.c 			sw_flow |= C_FL_OXX;
sw_flow          2223 drivers/tty/cyclades.c 				sw_flow |= C_FL_OIXANY;
sw_flow          2225 drivers/tty/cyclades.c 		cy_writel(&ch_ctrl->sw_flow, sw_flow);
sw_flow           398 include/uapi/linux/cyclades.h 	__u32	sw_flow;	/* SW flow control */
sw_flow           220 net/openvswitch/datapath.c 	struct sw_flow *flow;
sw_flow           540 net/openvswitch/datapath.c 	struct sw_flow *flow;
sw_flow           734 net/openvswitch/datapath.c static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow,
sw_flow           762 net/openvswitch/datapath.c static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow,
sw_flow           802 net/openvswitch/datapath.c static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex,
sw_flow           873 net/openvswitch/datapath.c static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow,
sw_flow           901 net/openvswitch/datapath.c 	struct sw_flow *flow = NULL, *new_flow;
sw_flow          1141 net/openvswitch/datapath.c 	struct sw_flow *flow;
sw_flow          1244 net/openvswitch/datapath.c 	struct sw_flow *flow;
sw_flow          1303 net/openvswitch/datapath.c 	struct sw_flow *flow = NULL;
sw_flow          1399 net/openvswitch/datapath.c 		struct sw_flow *flow;
sw_flow            59 net/openvswitch/flow.c void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags,
sw_flow           125 net/openvswitch/flow.c void ovs_flow_stats_get(const struct sw_flow *flow,
sw_flow           155 net/openvswitch/flow.c void ovs_flow_stats_clear(struct sw_flow *flow)
sw_flow           265 net/openvswitch/flow.h void ovs_flow_stats_update(struct sw_flow *, __be16 tcp_flags,
sw_flow           267 net/openvswitch/flow.h void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *,
sw_flow           269 net/openvswitch/flow.h void ovs_flow_stats_clear(struct sw_flow *);
sw_flow          2229 net/openvswitch/flow_netlink.c int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb)
sw_flow          2240 net/openvswitch/flow_netlink.c int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb)
sw_flow          2247 net/openvswitch/flow_netlink.c int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb)
sw_flow            41 net/openvswitch/flow_netlink.h int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb);
sw_flow            42 net/openvswitch/flow_netlink.h int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb);
sw_flow            43 net/openvswitch/flow_netlink.h int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb);
sw_flow            66 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_alloc(void)
sw_flow            68 net/openvswitch/flow_table.c 	struct sw_flow *flow;
sw_flow           101 net/openvswitch/flow_table.c static void flow_free(struct sw_flow *flow)
sw_flow           119 net/openvswitch/flow_table.c 	struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu);
sw_flow           124 net/openvswitch/flow_table.c void ovs_flow_free(struct sw_flow *flow, bool deferred)
sw_flow           214 net/openvswitch/flow_table.c 		struct sw_flow *flow;
sw_flow           249 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti,
sw_flow           252 net/openvswitch/flow_table.c 	struct sw_flow *flow;
sw_flow           283 net/openvswitch/flow_table.c 				  struct sw_flow *flow)
sw_flow           292 net/openvswitch/flow_table.c 				       struct sw_flow *flow)
sw_flow           311 net/openvswitch/flow_table.c 		struct sw_flow *flow;
sw_flow           408 net/openvswitch/flow_table.c static bool flow_cmp_masked_key(const struct sw_flow *flow,
sw_flow           415 net/openvswitch/flow_table.c static bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow,
sw_flow           426 net/openvswitch/flow_table.c static struct sw_flow *masked_flow_lookup(struct table_instance *ti,
sw_flow           430 net/openvswitch/flow_table.c 	struct sw_flow *flow;
sw_flow           446 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl,
sw_flow           452 net/openvswitch/flow_table.c 	struct sw_flow *flow;
sw_flow           464 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *tbl,
sw_flow           472 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
sw_flow           477 net/openvswitch/flow_table.c 	struct sw_flow *flow;
sw_flow           494 net/openvswitch/flow_table.c static bool ovs_flow_cmp_ufid(const struct sw_flow *flow,
sw_flow           503 net/openvswitch/flow_table.c bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match)
sw_flow           511 net/openvswitch/flow_table.c struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *tbl,
sw_flow           515 net/openvswitch/flow_table.c 	struct sw_flow *flow;
sw_flow           565 net/openvswitch/flow_table.c void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow)
sw_flow           622 net/openvswitch/flow_table.c static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow,
sw_flow           645 net/openvswitch/flow_table.c static void flow_key_insert(struct flow_table *table, struct sw_flow *flow)
sw_flow           669 net/openvswitch/flow_table.c static void flow_ufid_insert(struct flow_table *table, struct sw_flow *flow)
sw_flow           691 net/openvswitch/flow_table.c int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
sw_flow           713 net/openvswitch/flow_table.c 	flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow)
sw_flow            48 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_alloc(void);
sw_flow            49 net/openvswitch/flow_table.h void ovs_flow_free(struct sw_flow *, bool deferred);
sw_flow            56 net/openvswitch/flow_table.h int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
sw_flow            58 net/openvswitch/flow_table.h void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
sw_flow            60 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,
sw_flow            62 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
sw_flow            65 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
sw_flow            67 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
sw_flow            69 net/openvswitch/flow_table.h struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,
sw_flow            72 net/openvswitch/flow_table.h bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);