Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dppp-comp.h53 #define BSD_NBITS(x) ((x) & 0x1F) /* number of bits requested */ macro
/linux-6.1.9/drivers/net/ppp/
Dbsd_comp.c107 #define BSD_NBITS(x) ((x) & 0x1F) macro
364 bits = BSD_NBITS(options[2]); in bsd_alloc()
471 || (BSD_NBITS(options[2]) != db->maxbits) in bsd_init()