Home
last modified time | relevance | path

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

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