Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dslcompress.c483 cs->cs_hlen = hlen; in sl_uncompress_tcp_core()
529 u_int i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in sl_uncompress_tcp_core()
537 - cs->cs_hlen); in sl_uncompress_tcp_core()
571 total_len += cs->cs_hlen - vjlen; in sl_uncompress_tcp_core()
584 *hlenp = cs->cs_hlen; in sl_uncompress_tcp_core()
H A Dslcompress.h117 u_int16_t cs_hlen; /* size of hdr (receive only) */ member