Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlapb.h53 extern int lapb_register(struct net_device *dev,
/linux-6.15/Documentation/networking/
H A 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-6.15/net/lapb/
H A Dlapb_iface.c139 int lapb_register(struct net_device *dev, in lapb_register() function
170 EXPORT_SYMBOL(lapb_register);
/linux-6.15/drivers/net/wan/
H A Dhdlc_x25.c194 result = lapb_register(dev, &cb); in x25_open()
H A Dlapbether.c327 err = lapb_register(dev, &lapbeth_callbacks); in lapbeth_open()