Searched defs:sw_flow_key (Results 1 – 1 of 1) sorted by relevance
122 struct sw_flow_key { struct123 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;[all …]