BPF_SKB_CB_LEN
memset(cb_data, 0, BPF_SKB_CB_LEN);
BUILD_BUG_ON(sizeof_field(struct __sk_buff, cb) != BPF_SKB_CB_LEN);
u8 cb_saved[BPF_SKB_CB_LEN];