GOODCOPY_LEN
copylen = clamp(hdr_len ?: GOODCOPY_LEN, ETH_HLEN, good_linear);
copylen = min(hdr_len ? hdr_len : GOODCOPY_LEN, good_linear);