Searched refs:ip_hdr_ptr (Results 1 – 1 of 1) sorted by relevance
364 u8 *ip_hdr_ptr; in tcp_process() local367 ip_hdr_ptr = &buffer[ETHERNET_HDR_LEN]; in tcp_process()368 protocol = ip_hdr_ptr[9]; in tcp_process()375 tcp_hdr_ptr = &ip_hdr_ptr[IP_HDR_LEN]; in tcp_process()376 IHL = (ip_hdr_ptr[0] & 0xf) << 2; in tcp_process()377 Total_Length = (((u32)ip_hdr_ptr[2]) << 8) + ((u32)ip_hdr_ptr[3]); in tcp_process()