Home
last modified time | relevance | path

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

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