Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ppp/
Dppp_mppe.c177 if (optlen != CILEN_MPPE + sizeof(state->master_key) || in mppe_alloc()
178 options[0] != CI_MPPE || options[1] != CILEN_MPPE || in mppe_alloc()
209 memcpy(state->master_key, &options[CILEN_MPPE], in mppe_alloc()
256 if (optlen != CILEN_MPPE || in mppe_init()
257 options[0] != CI_MPPE || options[1] != CILEN_MPPE) in mppe_init()
/linux-5.19.10/include/uapi/linux/
Dppp-comp.h82 #define CILEN_MPPE 6 /* length of config option */ macro