Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c126 #define MPPE_BITS(p) ((p)[4] & 0xf0) macro
485 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()
516 if (!(MPPE_BITS(ibuf) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()