Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dppp-ioctl.h35 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */ macro
/linux-5.19.10/Documentation/networking/
Dppp_generic.rst359 SC_MP_XSHORTSEQ transmit short multilink sequence nos.
364 SC_MP_XSHORTSEQ bits are ignored if the CONFIG_PPP_MULTILINK option
/linux-5.19.10/drivers/net/ppp/
Dppp_generic.c163 |SC_MULTILINK|SC_MP_SHORTSEQ|SC_MP_XSHORTSEQ \
1936 hdrlen = (ppp->flags & SC_MP_XSHORTSEQ)? MPHDRLEN_SSN: MPHDRLEN; in ppp_mp_explode()
2100 if (ppp->flags & SC_MP_XSHORTSEQ) { in ppp_mp_explode()