Lines Matching defs:sw_flow_key
57 struct sw_flow_key { struct
58 u8 tun_opts[255];
59 u8 tun_opts_len;
60 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
61 struct {
65 } __packed phy; /* Safe when right after 'tun_key'. */
66 u8 tun_proto; /* Protocol of encapsulating tunnel. */
67 u32 ovs_flow_hash; /* Datapath computed hash value. */
68 u32 recirc_id; /* Recirculation ID. */
69 struct {
74 } eth;
75 union {
86 struct {
90 } tp;
91 union {
135 struct sw_flow_key key; argument