Home
last modified time | relevance | path

Searched refs:ppp (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/drivers/net/ppp/
H A Dppp_generic.c414 struct ppp *ppp; in ppp_release() local
731 struct ppp *ppp; in ppp_ioctl() local
1062 struct ppp *ppp; in ppp_unattached_ioctl() local
1154 struct ppp *ppp; in ppp_exit_net() local
1568 struct ppp *ppp; in ppp_dev_init() local
1603 struct ppp *ppp; in ppp_dev_priv_destructor() local
2174 struct ppp *ppp; in __ppp_channel_push() local
2193 ppp = pch->ppp; in __ppp_channel_push()
3349 struct ppp *ppp; in ppp_create_interface() local
3519 pch->ppp = ppp; in ppp_connect_channel()
[all …]
/linux-6.15/drivers/net/wan/
H A Dhdlc_ppp.c72 struct ppp { struct
112 struct ppp *ppp = get_ppp(dev); in get_proto() local
303 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local
325 ppp->term_retries : ppp->cr_retries; in ppp_cp_event()
437 struct ppp *ppp = get_ppp(dev); in ppp_rx() local
565 struct ppp *ppp = get_ppp(proto->dev); in ppp_timer() local
602 ppp->echo_id = ++ppp->seq; in ppp_timer()
617 struct ppp *ppp = get_ppp(dev); in ppp_start() local
661 struct ppp *ppp; in ppp_ioctl() local
689 ppp = get_ppp(dev); in ppp_ioctl()
[all …]
/linux-6.15/drivers/net/
H A DMakefile61 obj-$(CONFIG_PPP) += ppp/
62 obj-$(CONFIG_PPP_ASYNC) += ppp/
63 obj-$(CONFIG_PPP_BSDCOMP) += ppp/
64 obj-$(CONFIG_PPP_DEFLATE) += ppp/
65 obj-$(CONFIG_PPP_MPPE) += ppp/
66 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
67 obj-$(CONFIG_PPPOE) += ppp/
68 obj-$(CONFIG_PPPOL2TP) += ppp/
69 obj-$(CONFIG_PPTP) += ppp/
H A DKconfig535 source "drivers/net/ppp/Kconfig"
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dbootx_init.c95 u32 *ppp = &np->properties; in bootx_early_getprop() local
97 while(*ppp) { in bootx_early_getprop()
99 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop()
105 ppp = &pp->next; in bootx_early_getprop()
222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
251 while (*ppp) { in bootx_scan_dt_build_strings()
253 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings()
263 ppp = &pp->next; in bootx_scan_dt_build_strings()
280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
310 while (*ppp) { in bootx_scan_dt_build_struct()
[all …]
/linux-6.15/Documentation/networking/
H A Dppp_generic.rst19 * the interface to pppd, via a /dev/ppp character device
37 be linked to each ppp network interface unit. The generic layer is
63 system call on an instance of /dev/ppp which is bound to the
91 will need it to attach an instance of /dev/ppp to this channel.
93 * ppp_unit_number() returns the unit number of the ppp network
97 Connecting a channel to the ppp generic layer is initiated from the
100 independently of the ppp generic layer. For example, with the
114 negotiation, accessing the channel through the /dev/ppp interface.
156 exceptions are when pppd sends packets by writing to /dev/ppp, and
254 /dev/ppp. This is used by pppd to control PPP interface units and
[all …]
H A Dgeneric-hdlc.rst102 * ppp - sets synchronous PPP mode
H A Dl2tp.rst440 ppp_chan_fd = open("/dev/ppp", O_RDWR);
464 ppp_if_fd = open("/dev/ppp", O_RDWR);
484 The ppp<ifunit> interface can then be configured as usual with netlink's
509 ppp_chan_fd = open("/dev/ppp", O_RDWR);
/linux-6.15/include/linux/
H A Dppp_channel.h43 void *ppp; /* opaque to channel */ member
/linux-6.15/fs/freevxfs/
H A Dvxfs_lookup.c57 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument
105 *ppp = pp; in vxfs_find_entry()
/linux-6.15/Documentation/
H A DChanges348 If you are not using udev, you must have the device file /dev/ppp
351 mknod /dev/ppp c 108 0
544 - <https://download.samba.org/pub/ppp/>
545 - <https://git.ozlabs.org/?p=ppp.git>
546 - <https://github.com/paulusmack/ppp/>
/linux-6.15/Documentation/translations/it_IT/process/
H A Dchanges.rst350 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root
353 mknod /dev/ppp c 108 0
535 - <https://download.samba.org/pub/ppp/>
536 - <https://git.ozlabs.org/?p=ppp.git>
537 - <https://github.com/paulusmack/ppp/>
/linux-6.15/Documentation/process/
H A Dchanges.rst348 If you are not using udev, you must have the device file /dev/ppp
351 mknod /dev/ppp c 108 0
544 - <https://download.samba.org/pub/ppp/>
545 - <https://git.ozlabs.org/?p=ppp.git>
546 - <https://github.com/paulusmack/ppp/>
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h143 u8 ppp:1, member
/linux-6.15/net/atm/
H A Dpppoatm.c204 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
/linux-6.15/Documentation/driver-api/tty/
H A Dn_gsm.rst107 - to use *ppp* to establish a datalink on ``ttygsm2``
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h113 u32 ppp; /* RO # of PPP pkt */ member
H A Dbcmgenet.c1077 STAT_GENET_MIB_RX("rx_ppp", mib.rx.ppp),
/linux-6.15/Documentation/usb/
H A Dacm.rst66 minicom, ppp and mgetty with them.
H A Dusb-serial.rst113 which one may run ppp and establish a TCP/IP link to the PDA. Once this
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h530 u32 ppp; /* RO # of PPP pkt */ member
H A Dbcmsysport.c230 STAT_MIB_RX("rx_ppp", mib.rx.ppp),
/linux-6.15/tools/perf/Documentation/
H A Dperf-list.txt93 ibs_op//p, ibs_op//pp and ibs_op//ppp are all same). The precise modifier
/linux-6.15/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst295 't' 00-7F linux/ppp-ioctl.h
/linux-6.15/Documentation/arch/m68k/
H A Dkernel-options.rst256 The non-ethernet drivers (sl, ppp, dummy, lo) obviously ignore the

12