Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
Dflow.h62 struct sw_flow_key { struct
63 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 mac_proto; /* MAC layer protocol (e.g. Ethernet). */
72 u8 tun_proto; /* Protocol of encapsulating tunnel. */
73 u32 ovs_flow_hash; /* Datapath computed hash value. */
74 u32 recirc_id; /* Recirculation ID. */
[all …]
/kernel/linux/linux-4.19/net/openvswitch/
Dflow.h75 struct sw_flow_key { struct
76 u8 tun_opts[IP_TUNNEL_OPTS_MAX];
77 u8 tun_opts_len;
78 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
79 struct {
83 } __packed phy; /* Safe when right after 'tun_key'. */
84 u8 mac_proto; /* MAC layer protocol (e.g. Ethernet). */
85 u8 tun_proto; /* Protocol of encapsulating tunnel. */
86 u32 ovs_flow_hash; /* Datapath computed hash value. */
87 u32 recirc_id; /* Recirculation ID. */
[all …]