Searched defs:sw_flow (Results 1 – 7 of 7) sorted by relevance
207 struct sw_flow { struct216 struct sw_flow_key key; argument217 struct sw_flow_id id; argument219 struct sw_flow_mask *mask; argument220 struct sw_flow_actions __rcu *sf_acts; argument221 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one argument
221 struct sw_flow { struct230 struct sw_flow_key key; argument231 struct sw_flow_id id; argument233 struct sw_flow_mask *mask; argument234 struct sw_flow_actions __rcu *sf_acts; argument235 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one argument
398 __u32 sw_flow; /* SW flow control */ member
236 __u32 sw_flow; member
248 __u32 sw_flow; member
2141 __u32 sw_flow; in cy_set_line_char() local