Searched refs:meta_max (Results 1 – 1 of 1) sorted by relevance
372 unsigned long meta_max; in xdp_metalen_invalid() local374 meta_max = type_max(typeof_member(struct skb_shared_info, meta_len)); in xdp_metalen_invalid()375 BUILD_BUG_ON(!__builtin_constant_p(meta_max)); in xdp_metalen_invalid()377 return !IS_ALIGNED(metalen, sizeof(u32)) || metalen > meta_max; in xdp_metalen_invalid()
Completed in 6 milliseconds