Home
last modified time | relevance | path

Searched defs:sw_flow_key (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/openvswitch/
Dflow.h122 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;
[all …]