Searched refs:ip_hdr_ptr (Results 1 – 1 of 1) sorted by relevance
148 const struct iphdr *ip_hdr_ptr; in tcp_process() local157 ip_hdr_ptr = buffer + ETH_HLEN; in tcp_process()159 if (ip_hdr_ptr->protocol != IPPROTO_TCP) in tcp_process()162 ihl = ip_hdr_ptr->ihl << 2; in tcp_process()164 total_length = ntohs(ip_hdr_ptr->tot_len); in tcp_process()