Searched refs:sw_flow (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_table.h | 62 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 *);
|
D | flow_table.c | 77 struct sw_flow *ovs_flow_alloc(void) in ovs_flow_alloc() 79 struct sw_flow *flow; in ovs_flow_alloc() 142 static void flow_free(struct sw_flow *flow) in flow_free() 158 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() 163 void ovs_flow_free(struct sw_flow *flow, bool deferred) in ovs_flow_free() 254 struct sw_flow *flow; in table_instance_destroy() 289 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next() 292 struct sw_flow *flow; in ovs_flow_tbl_dump_next() 324 struct sw_flow *flow) in table_instance_insert() 333 struct sw_flow *flow) in ufid_table_instance_insert() [all …]
|
D | flow_netlink.h | 51 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb); 52 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb); 53 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb);
|
D | flow.h | 224 struct sw_flow { struct 268 void ovs_flow_stats_update(struct sw_flow *, __be16 tcp_flags, 270 void ovs_flow_stats_get(const struct sw_flow *, struct ovs_flow_stats *, 272 void ovs_flow_stats_clear(struct sw_flow *);
|
D | datapath.c | 261 struct sw_flow *flow; in ovs_dp_process_packet() 516 struct sw_flow *flow; in ovs_packet_cmd_execute() 708 static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow, in ovs_flow_cmd_fill_stats() 733 static int ovs_flow_cmd_fill_actions(const struct sw_flow *flow, in ovs_flow_cmd_fill_actions() 773 static int ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, in ovs_flow_cmd_fill_info() 844 static struct sk_buff *ovs_flow_cmd_build_info(const struct sw_flow *flow, in ovs_flow_cmd_build_info() 868 struct sw_flow *flow = NULL, *new_flow; in ovs_flow_cmd_new() 1049 struct sw_flow *flow; in ovs_flow_cmd_set() 1162 struct sw_flow *flow; in ovs_flow_cmd_get() 1220 struct sw_flow *flow = NULL; in ovs_flow_cmd_del() [all …]
|
D | flow.c | 68 void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags, in ovs_flow_stats_update() 133 void ovs_flow_stats_get(const struct sw_flow *flow, in ovs_flow_stats_get() 162 void ovs_flow_stats_clear(struct sw_flow *flow) in ovs_flow_stats_clear()
|
D | flow_netlink.c | 1508 int ovs_nla_put_identifier(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_identifier() 1519 int ovs_nla_put_masked_key(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_masked_key() 1526 int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb) in ovs_nla_put_mask()
|
/linux-4.1.27/include/uapi/linux/ |
D | cyclades.h | 397 __u32 sw_flow; /* SW flow control */ member
|
/linux-4.1.27/drivers/tty/ |
D | cyclades.c | 2171 __u32 sw_flow; in cy_set_line_char() local 2249 sw_flow = 0; in cy_set_line_char() 2251 sw_flow |= C_FL_OXX; in cy_set_line_char() 2253 sw_flow |= C_FL_OIXANY; in cy_set_line_char() 2255 cy_writel(&ch_ctrl->sw_flow, sw_flow); in cy_set_line_char()
|