IP_HDR_ALIGN
pad_len = (unsigned long)(frm + cfv->rx_hr) & (IP_HDR_ALIGN - 1);
pad_len = hdr_ofs & (IP_HDR_ALIGN - 1);