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