Home
last modified time | relevance | path

Searched refs:ppp_channel (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/ipwireless/
H A Dnetwork.c42 struct ppp_channel *ppp_channel; member
74 if (network->ppp_channel != NULL) { in notify_packet_sent()
78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()
91 static int ipwireless_ppp_start_xmit(struct ppp_channel *ppp_channel, in ipwireless_ppp_start_xmit() argument
94 struct ipw_network *network = ppp_channel->private; in ipwireless_ppp_start_xmit()
156 static int ipwireless_ppp_ioctl(struct ppp_channel *ppp_channel, in ipwireless_ppp_ioctl() argument
159 struct ipw_network *network = ppp_channel->private; in ipwireless_ppp_ioctl()
256 if (!network->ppp_channel) { in do_go_online()
257 struct ppp_channel *channel; in do_go_online()
260 channel = kzalloc_obj(struct ppp_channel); in do_go_online()
[all …]
/linux/Documentation/networking/
H A Dppp_generic.rst45 See include/linux/ppp_channel.h for the declaration of the types and
50 via the ppp_channel.ops pointer:
127 The channel must provide an instance of a ppp_channel struct to
138 ppp_channel struct to the amount of headroom required. The generic
203 are required to provide the appropriate locking on the ppp_channel
206 the storage for the ppp_channel structure, and so the channel is
212 * The ppp_channel object must exist from the time that