Searched refs:IPH_LEN (Results 1 – 5 of 5) sorted by relevance
318 if (IPH_LEN(ip) != IPH_LEN(&cs->cs_ip) && in vj_compress_tcp()319 ntohs(IPH_LEN(&cs->cs_ip)) == hlen) { in vj_compress_tcp()334 if (deltaS == deltaA && deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()342 if (deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()515 register u32_t i = ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()526 tmp = ntohl(th->seqno) + ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()
149 #define IPH_LEN(hdr) ((hdr)->_len) macro
342 iphdr_len = ntohs(IPH_LEN(iphdr));510 …ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), …897 ntohs(IPH_LEN(iphdr))));
341 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4; in ip_reass_chain_frag_into_datagram_and_validate()498 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4; in ip_reass()
184 const struct udp_hdr* udphdr = (void*)(((char*)iphdr) + IPH_LEN(iphdr));
Completed in 8 milliseconds