Home
last modified time | relevance | path

Searched refs:ip_hdr_ptr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.c169 const struct iphdr *ip_hdr_ptr = buffer + ETH_HLEN; in tcp_process() local
171 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()