Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_mppe.c120 #define MPPE_BITS(p) ((p)[4] & 0xf0) macro
439 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()
469 if (!(MPPE_BITS(ibuf) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_mppe.c120 #define MPPE_BITS(p) ((p)[4] & 0xf0) macro
439 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()
469 if (!(MPPE_BITS(ibuf) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()

Completed in 2 milliseconds