Searched refs:IHL (Results 1 – 2 of 2) sorted by relevance
173 u32 IHL, total_length, data_offset; in tcp_process() local175 IHL = ip_hdr_ptr->ihl << 2; in tcp_process()176 tcp_hdr_ptr = buffer + ETH_HLEN + IHL; in tcp_process()180 if (total_length == (IHL + data_offset)) { in tcp_process()
1170 over the Ethernet header, then reads IHL and addes (IHL * 4), the resulting