Searched refs:ip_hdr_ptr (Results 1 – 1 of 1) sorted by relevance
169 const struct iphdr *ip_hdr_ptr = buffer + ETH_HLEN; in tcp_process() local171 if (ip_hdr_ptr->protocol == IPPROTO_TCP) { in tcp_process()175 IHL = ip_hdr_ptr->ihl << 2; in tcp_process()177 total_length = ntohs(ip_hdr_ptr->tot_len); in tcp_process()