Searched refs:sl_uncompress_tcp_core (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | slcompress.h | 155 int sl_uncompress_tcp_core(u_char *, int, int, u_int,
|
H A D | slcompress.c | 412 vjlen = sl_uncompress_tcp_core(cp, len, len, type, comp, &hdr, &hlen); in sl_uncompress_tcp() 450 sl_uncompress_tcp_core(u_char *buf, int buflen, int total_len, u_int type, in sl_uncompress_tcp_core() function
|
/freebsd/sys/netgraph/ |
H A D | ng_vjc.c | 464 vjlen = sl_uncompress_tcp_core(mtod(m, u_char *), in ng_vjc_rcvdata() 519 if (sl_uncompress_tcp_core(mtod(m, u_char *), in ng_vjc_rcvdata()
|