pf
#define pf(flag) flag##_SHIFT,
#undef pf
#define pf(flag) static const __u32 F_##flag = (1<<flag##_SHIFT);
#define pf(flag) __stringify(flag),