MIN_PKT_LEN
min_pkt_len = MIN_PKT_LEN - 4;
min_pkt_len = MIN_PKT_LEN;
if (val < MIN_PKT_LEN || val > MAX_INLINE)
if (inline_thold < MIN_PKT_LEN || inline_thold > MAX_INLINE) {
inline_thold, MIN_PKT_LEN, MAX_INLINE, MAX_INLINE);
if (likely(skb->len >= MIN_PKT_LEN)) {
inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN);
MIN_PKT_LEN - skb->len);