Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dppp-ioctl.h118 #define PPPIOCBRIDGECHAN _IOW('t', 53, int) /* bridge one channel to another */ macro
/linux-5.19.10/Documentation/networking/
Dppp_generic.rst317 * PPPIOCBRIDGECHAN bridges a channel with another. The argument should
329 * PPPIOCUNBRIDGECHAN performs the inverse of PPPIOCBRIDGECHAN, unbridging
/linux-5.19.10/drivers/net/ppp/
Dppp_generic.c751 case PPPIOCBRIDGECHAN: in ppp_ioctl()