Searched refs:ppp_channel (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dppp_channel.h25 struct ppp_channel;
30 int (*start_xmit)(struct ppp_channel *, struct sk_buff *);
32 int (*ioctl)(struct ppp_channel *, unsigned int, unsigned long);
35 const struct ppp_channel *);
38 struct ppp_channel { struct
51 extern void ppp_output_wakeup(struct ppp_channel *);
55 extern void ppp_input(struct ppp_channel *, struct sk_buff *);
59 extern void ppp_input_error(struct ppp_channel *, int code);
62 extern int ppp_register_net_channel(struct net *, struct ppp_channel *);
65 extern int ppp_register_channel(struct ppp_channel *);
[all...]
H A Dif_pppox.h14 #include <linux/ppp_channel.h>
45 struct ppp_channel chan;
/linux-master/drivers/tty/ipwireless/
H A Dnetwork.c23 #include <linux/ppp_channel.h>
42 struct ppp_channel *ppp_channel; member in struct:ipw_network
74 if (network->ppp_channel != NULL) {
78 ppp_output_wakeup(network->ppp_channel);
91 static int ipwireless_ppp_start_xmit(struct ppp_channel *ppp_channel, argument
94 struct ipw_network *network = ppp_channel->private;
156 static int ipwireless_ppp_ioctl(struct ppp_channel *ppp_channel, argument
[all...]
/linux-master/net/atm/
H A Dpppoatm.c45 #include <linux/ppp_channel.h>
67 struct ppp_channel chan; /* interface to generic ppp layer */
94 static inline struct pppoatm_vcc *chan_to_pvcc(const struct ppp_channel *chan)
289 static int pppoatm_send(struct ppp_channel *chan, struct sk_buff *skb)
370 static int pppoatm_devppp_ioctl(struct ppp_channel *chan, unsigned int cmd,
/linux-master/drivers/net/ppp/
H A Dppp_synctty.c39 #include <linux/ppp_channel.h>
74 struct ppp_channel chan; /* interface to generic ppp layer */
90 static int ppp_sync_send(struct ppp_channel *chan, struct sk_buff *skb);
91 static int ppp_sync_ioctl(struct ppp_channel *chan, unsigned int cmd,
386 ppp_sync_ioctl(struct ppp_channel *chan, unsigned int cmd, unsigned long arg)
560 ppp_sync_send(struct ppp_channel *chan, struct sk_buff *skb)
H A Dpppox.c28 #include <linux/ppp_channel.h>
H A Dppp_async.c26 #include <linux/ppp_channel.h>
70 struct ppp_channel chan; /* interface to generic ppp layer */
98 static int ppp_async_send(struct ppp_channel *chan, struct sk_buff *skb);
103 static int ppp_async_ioctl(struct ppp_channel *chan, unsigned int cmd,
394 ppp_async_ioctl(struct ppp_channel *chan, unsigned int cmd, unsigned long arg)
623 ppp_async_send(struct ppp_channel *chan, struct sk_buff *skb)
H A Dpptp.c18 #include <linux/ppp_channel.h>
149 static int pptp_xmit(struct ppp_channel *chan, struct sk_buff *skb)
575 static int pptp_ppp_ioctl(struct ppp_channel *chan, unsigned int cmd,
H A Dppp_generic.c10 * include/linux/ppp_channel.h. Channels provide the basic means for
33 #include <linux/ppp_channel.h>
173 struct ppp_channel *chan; /* public channel data structure */
737 struct ppp_channel *chan;
1584 struct ppp_channel *chan;
1928 struct ppp_channel *chan;
2278 ppp_input(struct ppp_channel *chan, struct sk_buff *skb)
2321 ppp_input_error(struct ppp_channel *chan, int code)
2871 int ppp_register_channel(struct ppp_channel *chan)
2877 int ppp_register_net_channel(struct net *net, struct ppp_channel *cha
[all...]
H A Dpppoe.c68 #include <linux/ppp_channel.h>
969 static int pppoe_xmit(struct ppp_channel *chan, struct sk_buff *skb)
977 const struct ppp_channel *chan)
/linux-master/net/l2tp/
H A Dl2tp_ppp.c81 #include <linux/ppp_channel.h>
125 static int pppol2tp_xmit(struct ppp_channel *chan, struct sk_buff *skb);
345 static int pppol2tp_xmit(struct ppp_channel *chan, struct sk_buff *skb)

Completed in 177 milliseconds