Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/microchip/wilc1000/ !
Dwlan.c148 const struct iphdr *ip_hdr_ptr; in tcp_process() local
157 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()