Searched refs:oiphlen (Results 1 – 1 of 1) sorted by relevance
707 uint32_t oehlen, oiphlen, otcphlen, ohdrslen, opktlen; in mac_sw_lso() local740 oiphlen = meoi.meoi_l3hlen; in mac_sw_lso()742 ohdrslen = oehlen + oiphlen + otcphlen; in mac_sw_lso()794 otcph = (tcph_t *)(omp->b_rptr + oehlen + oiphlen); in mac_sw_lso()945 DB_CKSUMEND(nhdrmp) = oiphlen + otcphlen + seg_len; in mac_sw_lso()969 (oiphlen - IPV6_HDR_LEN) + otcphlen + mss); in mac_sw_lso()972 niph->ipha_length = htons(oiphlen + otcphlen + mss); in mac_sw_lso()988 ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen); in mac_sw_lso()1079 (oiphlen - IPV6_HDR_LEN) + otcphlen + mss); in mac_sw_lso()1083 niph->ipha_length = htons(oiphlen + otcphlen + mss); in mac_sw_lso()[all …]