IPV6_FLOW_TCLASS
#define IPV6_FLOW_TCLASS(x) (((x) & IPV6_FLOWINFO_TCLASS) >> 20)
#define IPV6_FLOW_TCLASS(x) ((((x) & 0xf000U) >> 12) |\