Searched refs:PPPIOCSCOMPRESS (Results 1 – 8 of 8) sorted by relevance
130 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) macro
209 case IOCTL_NR(PPPIOCSCOMPRESS): in sys32_ioctl()
359 * PPPIOCSCOMPRESS sets the parameters for packet compression or
578 case PPPIOCSCOMPRESS: in ppp_ioctl()
1082 kcmd = PPPIOCSCOMPRESS; in ppp_ioctl_trans()
1623 kcmd = PPPIOCSCOMPRESS; in ppp_ioctl_trans()
1519 kcmd = PPPIOCSCOMPRESS; in ppp_ioctl_trans()
1701 return sys_ioctl(fd, PPPIOCSCOMPRESS, (unsigned long) odata); in ppp_scompress()