Searched defs:ovs_key_ipv6 (Results 1 – 3 of 3) sorted by relevance
237 struct ovs_key_ipv6 { struct238 __be32 ipv6_src[4];239 __be32 ipv6_dst[4];240 __be32 ipv6_label;241 __u8 ipv6_proto;242 __u8 ipv6_tclass;243 __u8 ipv6_hlimit;244 __u8 ipv6_frag;
227 struct ovs_key_ipv6 { struct228 __be32 ipv6_src[4];229 __be32 ipv6_dst[4];230 __be32 ipv6_label;231 __u8 ipv6_proto;232 __u8 ipv6_tclass;233 __u8 ipv6_hlimit;234 __u8 ipv6_frag;
415 struct ovs_key_ipv6 { struct416 __be32 ipv6_src[4];417 __be32 ipv6_dst[4];418 __be32 ipv6_label; /* 20-bits in least-significant bits. */419 __u8 ipv6_proto;420 __u8 ipv6_tclass;421 __u8 ipv6_hlimit;422 __u8 ipv6_frag; /* One of OVS_FRAG_TYPE_*. */