Home
last modified time | relevance | path

Searched refs:lapb_register (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dlapb.h48 extern int lapb_register(struct net_device *dev,
/Linux-v5.15/Documentation/networking/
Dlapb-module.rst39 This structure is used only once, in the call to lapb_register (see below).
113 int lapb_register(void *token, struct lapb_register_struct);
121 lapb_register must be made. The format of the lapb_register_struct is given
232 module with lapb_register (see above) in the structure lapb_register_struct
/Linux-v5.15/net/lapb/
Dlapb_iface.c139 int lapb_register(struct net_device *dev, in lapb_register() function
170 EXPORT_SYMBOL(lapb_register);
/Linux-v5.15/drivers/net/wan/
Dhdlc_x25.c194 result = lapb_register(dev, &cb); in x25_open()
Dlapbether.c326 err = lapb_register(dev, &lapbeth_callbacks); in lapbeth_open()