Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c324 static struct mbuf *ng_ppp_addproto(struct mbuf *m, uint16_t proto, int compOK);
2414 ng_ppp_addproto(struct mbuf *m, uint16_t proto, int compOK) in ng_ppp_addproto() argument
2416 if (compOK && PROT_COMPRESSABLE(proto)) { in ng_ppp_addproto()