Searched refs:compOK (Results 1 – 1 of 1) sorted by relevance
324 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() argument2416 if (compOK && PROT_COMPRESSABLE(proto)) { in ng_ppp_addproto()