Searched refs:ip_length (Results 1 – 2 of 2) sorted by relevance
900 u8 ip_off, ip_length; in __hal_lro_capable() local947 ip_length = (u8)((*ip)->version_ihl & 0x0F); in __hal_lro_capable()948 ip_length = ip_length <<2; in __hal_lro_capable()949 *tcp = (tcplro_t *)((char *)*ip + ip_length); in __hal_lro_capable()952 " tcp:"XGE_OS_LLXFMT"", (int)ip_length, in __hal_lro_capable()
1107 unsigned ip_length; in tso_start_new_packet() local1188 ip_length = tso->header_len - tso->nh_off + tso->seg_size; in tso_start_new_packet()1192 ip_length = tso->header_len - tso->nh_off + tso->out_len; in tso_start_new_packet()1197 tsoh_iph->ip_len = htons(ip_length); in tso_start_new_packet()1204 tsoh_iph->ip6_plen = htons(ip_length - sizeof(*tsoh_iph)); in tso_start_new_packet()