Searched refs:sl_compress_tcp (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/net/ |
H A D | slcompress.h | 153 u_int sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *, int);
|
H A D | slcompress.c | 151 sl_compress_tcp(struct mbuf *m, struct ip *ip, struct slcompress *comp, in sl_compress_tcp() function
|
/freebsd/usr.sbin/ppp/ |
H A D | slcompress.h | 157 extern u_char sl_compress_tcp(struct mbuf *, struct ip *, struct slcompress *,
|
H A D | vjcomp.c | 84 type = sl_compress_tcp(bp, pip, &bundle->ncp.ipcp.vj.cslc, in vj_LayerPush()
|
H A D | slcompress.c | 155 sl_compress_tcp(struct mbuf * m, in sl_compress_tcp() function
|
/freebsd/sys/netgraph/ |
H A D | ng_vjc.c | 419 type = sl_compress_tcp(m, ip, in ng_vjc_rcvdata()
|