Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dppp-ioctl.h22 #define SC_COMP_AC 0x00000002 /* header compression (output) */ macro
/linux-5.19.10/drivers/net/ppp/
Dppp_synctty.c528 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_sync_txmunge()
Dpptp.c186 if ((opt->ppp_flags & SC_COMP_AC) == 0 || islcp) { in pptp_xmit()
Dppp_async.c568 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_async_encode()