Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dflow_table.h62 struct sw_flow *ovs_flow_alloc(void);
63 void ovs_flow_free(struct sw_flow *, bool deferred);
70 int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow,
72 void ovs_flow_tbl_remove(struct flow_table *table, struct sw_flow *flow);
74 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,
76 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
79 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
81 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
83 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *,
86 bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);
Dflow_table.c79 struct sw_flow *ovs_flow_alloc(void) in ovs_flow_alloc()
81 struct sw_flow *flow; in ovs_flow_alloc()
137 static void flow_free(struct sw_flow *flow) in flow_free()
155 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback()
160 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free()
251 struct sw_flow *flow; in table_instance_destroy()
286 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next()
289 struct sw_flow *flow; in ovs_flow_tbl_dump_next()
321 struct sw_flow *flow) in table_instance_insert()
330 struct sw_flow *flow) in ufid_table_instance_insert()
[all …]
Dflow_netlink.h55 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb);
56 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb);
57 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb);
Dflow.h219 struct sw_flow { struct
279 void ovs_flow_stats_update(struct sw_flow *, __be16 tcp_flags,
281 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *,
283 void ovs_flow_stats_clear(struct sw_flow *);
Ddatapath.c233 struct sw_flow *flow; in ovs_dp_process_packet()
534 struct sw_flow *flow; in ovs_packet_cmd_execute()
723 static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow, in ovs_flow_cmd_fill_stats()
751 static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow, in ovs_flow_cmd_fill_actions()
791 static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, in ovs_flow_cmd_fill_info()
862 static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow, in ovs_flow_cmd_build_info()
887 struct sw_flow *flow = NULL, *new_flow; in ovs_flow_cmd_new()
1126 struct sw_flow *flow; in ovs_flow_cmd_set()
1229 struct sw_flow *flow; in ovs_flow_cmd_get()
1288 struct sw_flow *flow = NULL; in ovs_flow_cmd_del()
[all …]
Dflow.c72 void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, in ovs_flow_stats_update()
138 void ovs_flow_stats_get(const struct sw_flow *flow, in ovs_flow_stats_get()
168 void ovs_flow_stats_clear(struct sw_flow *flow) in ovs_flow_stats_clear()
Dflow_netlink.c2216 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_identifier()
2227 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_masked_key()
2234 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_mask()
/Linux-v4.19/include/uapi/linux/
Dcyclades.h398 __u32 sw_flow; /* SW flow control */ member
/Linux-v4.19/drivers/tty/
Dcyclades.c2141 __u32 sw_flow; in cy_set_line_char() local
2219 sw_flow = 0; in cy_set_line_char()
2221 sw_flow |= C_FL_OXX; in cy_set_line_char()
2223 sw_flow |= C_FL_OIXANY; in cy_set_line_char()
2225 cy_writel(&ch_ctrl->sw_flow, sw_flow); in cy_set_line_char()