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 */
380 * /dev/ppp device routines.
381 * The /dev/ppp device is used by pppd to control the ppp unit.
1321 /* Don't use device name generated by the rtnetlink layer when ifname
1322 * isn't specified. Let ppp_dev_configure() set the device name using
1324 * userspace to infer the device name using to the PPPIOCGUNIT ioctl.
1387 pr_err("failed to register PPP pernet device (%d)\n", err);
1393 pr_err("failed to register PPP device (%d)\n", err);
1544 * that ppp_destroy_interface() won't run before the device gets
2940 * Return the PPP device interface name of a channel.