Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/ppp/
Dppp_generic.c94 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
115 struct ppp { struct
176 struct ppp *ppp; /* ppp unit we're connected to */ member
258 static void ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb);
259 static void ppp_send_frame(struct ppp *ppp, struct sk_buff *skb);
260 static void ppp_push(struct ppp *ppp);
262 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb,
264 static void ppp_receive_error(struct ppp *ppp);
265 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb);
266 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp,
[all …]
/kernel/linux/linux-5.10/drivers/net/wan/
Dhdlc_ppp.c72 struct ppp { struct
104 static inline struct ppp* get_ppp(struct net_device *dev) in get_ppp()
106 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp()
111 struct ppp *ppp = get_ppp(dev); in get_proto() local
115 return &ppp->protos[IDX_LCP]; in get_proto()
117 return &ppp->protos[IDX_IPCP]; in get_proto()
119 return &ppp->protos[IDX_IPV6CP]; in get_proto()
306 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local
323 jiffies + ppp->req_timeout * HZ); in ppp_cp_event()
328 ppp->term_retries : ppp->cr_retries; in ppp_cp_event()
[all …]
/kernel/linux/linux-5.10/drivers/net/
DMakefile54 obj-$(CONFIG_PPP) += ppp/
55 obj-$(CONFIG_PPP_ASYNC) += ppp/
56 obj-$(CONFIG_PPP_BSDCOMP) += ppp/
57 obj-$(CONFIG_PPP_DEFLATE) += ppp/
58 obj-$(CONFIG_PPP_MPPE) += ppp/
59 obj-$(CONFIG_PPP_SYNC_TTY) += ppp/
60 obj-$(CONFIG_PPPOE) += ppp/
61 obj-$(CONFIG_PPPOL2TP) += ppp/
62 obj-$(CONFIG_PPTP) += ppp/
DKconfig464 information on how to use this module, as it needs special ppp
482 source "drivers/net/ppp/Kconfig"
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dbootx_init.c94 u32 *ppp = &np->properties; in bootx_early_getprop() local
96 while(*ppp) { in bootx_early_getprop()
98 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop()
104 ppp = &pp->next; in bootx_early_getprop()
221 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
250 while (*ppp) { in bootx_scan_dt_build_strings()
252 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings()
262 ppp = &pp->next; in bootx_scan_dt_build_strings()
279 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
309 while (*ppp) { in bootx_scan_dt_build_struct()
[all …]
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/cable/
Dsb1000.rst26 2. Several PPP scripts which live in /etc/ppp to make connecting via your
90 7. As root, copy all the files under the ppp/ subdirectory in Franco's
91 tar file into /etc/ppp, being careful not to overwrite any files that are
92 already in there. Then modify ppp@gi-on to set the correct login name,
97 8. Be sure to modify /etc/ppp/firewall to use ipchains instead of
106 9. Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be
144 command should probably be added to the /etc/ppp/cablemodem script
168 4. I can't execute the /etc/ppp/ppp@gi-on file.
171 As root do ``chmod ug+x /etc/ppp/ppp@gi-on``.
177 /etc/ppp/firewall script from the deprecated ipfwadm commands to ipchains.
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
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 …]
Dgeneric-hdlc.rst102 * ppp - sets synchronous PPP mode
/kernel/linux/linux-5.10/include/linux/
Dppp_channel.h38 void *ppp; /* opaque to channel */ member
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_lookup.c81 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry() argument
129 *ppp = pp; in vxfs_find_entry()
/kernel/linux/linux-5.10/Documentation/process/
Dchanges.rst282 If you are not using udev, you must have the device file /dev/ppp
285 mknod /dev/ppp c 108 0
457 - <https://download.samba.org/pub/ppp/>
458 - <https://git.ozlabs.org/?p=ppp.git>
459 - <https://github.com/paulusmack/ppp/>
Dmagic-number.rst83 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dchanges.rst279 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root
282 mknod /dev/ppp c 108 0
449 - <https://download.samba.org/pub/ppp/>
450 - <https://git.ozlabs.org/?p=ppp.git>
451 - <https://github.com/paulusmack/ppp/>
Dmagic-number.rst89 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/kernel/linux/linux-5.10/Documentation/
DChanges282 If you are not using udev, you must have the device file /dev/ppp
285 mknod /dev/ppp c 108 0
457 - <https://download.samba.org/pub/ppp/>
458 - <https://git.ozlabs.org/?p=ppp.git>
459 - <https://github.com/paulusmack/ppp/>
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Dn_gsm.rst78 - to use ppp to establish a datalink on ttygsm2
/kernel/linux/linux-5.10/net/atm/
Dpppoatm.c202 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push()
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst72 PPP_MAGIC 0x5002 ppp ``include/linux/if_pppvar.h``
/kernel/linux/linux-5.10/Documentation/usb/
Dacm.rst66 minicom, ppp and mgetty with them.
Dusb-serial.rst113 which one may run ppp and establish a TCP/IP link to the PDA. Once this
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbcmsysport.h560 u32 ppp; /* RO # of PPP pkt */ member
Dbcmsysport.c253 STAT_MIB_RX("rx_ppp", mib.rx.ppp),
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h108 u32 ppp; /* RO # of PPP pkt */ member
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/
Dioctl-number.rst281 't' 00-7F linux/ppp-ioctl.h
/kernel/linux/linux-5.10/Documentation/m68k/
Dkernel-options.rst256 The non-ethernet drivers (sl, ppp, dummy, lo) obviously ignore the

12