Searched refs:ip_hdr_ptr (Results 1 – 1 of 1) sorted by relevance
142 const struct iphdr *ip_hdr_ptr; in tcp_process() local151 ip_hdr_ptr = buffer + ETH_HLEN; in tcp_process()153 if (ip_hdr_ptr->protocol != IPPROTO_TCP) in tcp_process()156 ihl = ip_hdr_ptr->ihl << 2; in tcp_process()158 total_length = ntohs(ip_hdr_ptr->tot_len); in tcp_process()