Searched refs:IHL (Results 1 – 1 of 1) sorted by relevance
373 u32 IHL, Total_Length, Data_offset; in tcp_process() local376 IHL = (ip_hdr_ptr[0] & 0xf) << 2; in tcp_process()379 …if (Total_Length == (IHL + Data_offset)) { /*we want to recognize the clear Acks(packet only carry… in tcp_process()