Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dppp_generic.c107 #define PF_TO_PPP(pf) PF_TO_X(pf, struct ppp)
121 struct ppp { struct
179 struct ppp __rcu *ppp; /* ppp unit we're connected to */ member
264 static void ppp_xmit_process(struct ppp *ppp, struct sk_buff *skb);
265 static int ppp_prepare_tx_skb(struct ppp *ppp, struct sk_buff **pskb);
266 static int ppp_push(struct ppp *ppp, struct sk_buff *skb);
268 static void ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb,
270 static void ppp_receive_error(struct ppp *ppp);
271 static void ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb);
272 static struct sk_buff *ppp_decompress_frame(struct ppp *ppp,
[all …]
/linux/drivers/net/wan/
H A Dhdlc_ppp.c72 struct ppp { struct
105 static inline struct ppp *get_ppp(struct net_device *dev) in get_ppp()
107 return (struct ppp *)dev_to_hdlc(dev)->state; in get_ppp()
112 struct ppp *ppp = get_ppp(dev); in get_proto() local
116 return &ppp->protos[IDX_LCP]; in get_proto()
118 return &ppp->protos[IDX_IPCP]; in get_proto()
120 return &ppp->protos[IDX_IPV6CP]; in get_proto()
301 struct ppp *ppp = get_ppp(dev); in ppp_cp_event() local
318 jiffies + ppp->req_timeout * HZ); in ppp_cp_event()
323 ppp->term_retries : ppp->cr_retries; in ppp_cp_event()
[all …]
/linux/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/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
539 - <https://download.samba.org/pub/ppp/>
540 - <https://git.ozlabs.org/?p=ppp.git>
541 - <https://github.com/paulusmack/ppp/>
/linux/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
539 - <https://download.samba.org/pub/ppp/>
540 - <https://git.ozlabs.org/?p=ppp.git>
541 - <https://github.com/paulusmack/ppp/>
/linux/Documentation/translations/it_IT/process/
H A Dchanges.rst364 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root
367 mknod /dev/ppp c 108 0
549 - <https://download.samba.org/pub/ppp/>
550 - <https://git.ozlabs.org/?p=ppp.git>
551 - <https://github.com/paulusmack/ppp/>
/linux/Documentation/translations/zh_CN/networking/
H A Dgeneric-hdlc.rst108 * ppp - 设置同步PPP模式
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h143 u8 ppp:1, member
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst107 - to use *ppp* to establish a datalink on ``ttygsm2``
/linux/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/tools/perf/Documentation/
H A Dperf-list.txt94 ibs_op//p, ibs_op//pp and ibs_op//ppp are all same). The precise modifier
/linux/net/bpf/
H A Dtest_run.c569 noinline void bpf_fentry_test_pppvoid(void ***ppp) in bpf_fentry_test_pppvoid() argument
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c230 STAT_MIB_RX("rx_ppp", mib.rx.ppp),
/linux/
H A DMAINTAINERS21715 F: drivers/net/ppp/pppoe.c
21716 F: drivers/net/ppp/pppox.c
21726 L: linux-ppp@vger.kernel.org
21728 F: drivers/net/ppp/ppp_*
21729 F: tools/testing/selftests/net/ppp/