Searched defs:sw_flow_key (Results 1 – 1 of 1) sorted by relevance
62 struct sw_flow_key { struct63 u8 tun_opts[IP_TUNNEL_OPTS_MAX];64 u8 tun_opts_len;65 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */66 struct {70 } __packed phy; /* Safe when right after 'tun_key'. */71 u8 tun_proto; /* Protocol of encapsulating tunnel. */72 u32 ovs_flow_hash; /* Datapath computed hash value. */73 u32 recirc_id; /* Recirculation ID. */74 struct {[all …]