Lines Matching refs:device
8 * /dev/ppp device, packet and VJ compression, and multilink.
43 #include <linux/device.h>
111 * A ppp unit corresponds to a ppp network interface device
137 struct net_device *dev; /* network interface device a4 */
138 int closing; /* is device closing down? a8 */
378 * /dev/ppp device routines.
379 * The /dev/ppp device is used by pppd to control the ppp unit.
1210 /* Don't use device name generated by the rtnetlink layer when ifname
1211 * isn't specified. Let ppp_dev_configure() set the device name using
1213 * userspace to infer the device name using to the PPPIOCGUNIT ioctl.
1276 pr_err("failed to register PPP pernet device (%d)\n", err);
1282 pr_err("failed to register PPP device (%d)\n", err);
1433 * that ppp_destroy_interface() won't run before the device gets
2769 * Return the PPP device interface name of a channel.