Searched refs:meta_max (Results 1 – 1 of 1) sorted by relevance
511 unsigned long meta_max; in xdp_metalen_invalid() local513 meta_max = type_max(typeof_member(struct skb_shared_info, meta_len)); in xdp_metalen_invalid()514 BUILD_BUG_ON(!__builtin_constant_p(meta_max)); in xdp_metalen_invalid()516 return !IS_ALIGNED(metalen, sizeof(u32)) || metalen > meta_max; in xdp_metalen_invalid()
Completed in 7 milliseconds