Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c326 static struct mbuf *ng_ppp_addproto(struct mbuf *m, uint16_t proto, int compOK);
2418 ng_ppp_addproto(struct mbuf *m, uint16_t proto, int compOK) in ng_ppp_addproto() argument
2420 if (compOK && PROT_COMPRESSABLE(proto)) { in ng_ppp_addproto()