4 #include <asm/byteorder.h>
11 * BEWARE, it is incorrect. The first 4 bits of flow_lbl
12 * are glued to priority now, forming "class".
15 #if defined(__LITTLE_ENDIAN_BITFIELD)
16 __extension__
uint8_t priority
:4,
18 #elif defined(__BIG_ENDIAN_BITFIELD)
19 __extension__
uint8_t version
:4,
22 # error "Please fix <asm/byteorder.h>"
28 struct in6_addr saddr
;
29 struct in6_addr daddr
;