Lines Matching defs:sw_flow_key
122 struct sw_flow_key { struct
123 u8 tun_opts[255];
124 u8 tun_opts_len;
125 struct ovs_key_ipv4_tunnel tun_key; /* Encapsulating tunnel key. */
126 struct {
130 } __packed phy; /* Safe when right after 'tun_key'. */
131 u32 ovs_flow_hash; /* Datapath computed hash value. */
132 u32 recirc_id; /* Recirculation ID. */
133 struct {
138 } eth;
139 union {
150 struct {
154 } tp;
155 union {