Home
last modified time | relevance | path

Searched refs:ip_length (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-device-fp.c900 u8 ip_off, ip_length; in __hal_lro_capable() local
947 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()
/NextBSD/sys/dev/sfxge/
HDsfxge_tx.c1107 unsigned ip_length; in tso_start_new_packet() local
1188 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()