Lines Matching full:lapb
3 * "LAPB via ethernet" driver release 001
7 * This is a "pseudo" network driver to allow LAPB over Ethernet.
39 #include <linux/lapb.h>
55 struct net_device *axdev; /* lapbeth device (lapb#) */
69 /* Get the LAPB device for the ethernet device
109 /* Receive a LAPB frame via an ethernet interface.
183 /* Send a LAPB frame via an ethernet interface
392 ndev = alloc_netdev(sizeof(*lapbeth), "lapb%d", NET_NAME_UNKNOWN, in lapbeth_new_device()
399 * then the lapb module prepends an LAPB header of at most 3 bytes, in lapbeth_new_device()
433 /* Free a lapb network device.
461 /* New ethernet device -> new LAPB interface */ in lapbeth_device_event()
466 /* ethernet device closes -> close LAPB interface */ in lapbeth_device_event()
471 /* ethernet device disappears -> remove LAPB interface */ in lapbeth_device_event()
496 KERN_INFO "LAPB Ethernet driver version 0.02\n";
530 MODULE_DESCRIPTION("The unofficial LAPB over Ethernet driver");