Searched refs:ppp_channel (Results 1 – 2 of 2) sorted by relevance
42 struct ppp_channel *ppp_channel; member74 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() argument94 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() argument159 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 …]
45 See include/linux/ppp_channel.h for the declaration of the types and50 via the ppp_channel.ops pointer:127 The channel must provide an instance of a ppp_channel struct to138 ppp_channel struct to the amount of headroom required. The generic203 are required to provide the appropriate locking on the ppp_channel206 the storage for the ppp_channel structure, and so the channel is212 * The ppp_channel object must exist from the time that