Home
last modified time | relevance | path

Searched refs:connect_indication (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dlapb.h34 void (*connect_indication)(struct net_device *dev, int reason); member
/openbmc/linux/net/lapb/
H A Dlapb_iface.c417 if (lapb->callbacks->connect_indication) in lapb_connect_indication()
418 lapb->callbacks->connect_indication(lapb->dev, reason); in lapb_connect_indication()
/openbmc/linux/Documentation/networking/
H A Dx25-iface.rst60 link connect_confirmation and a connect_indication.
H A Dlapb-module.rst45 void (*connect_indication)(int token, int reason);
245 void (*connect_indication)(void *token, int reason);
/openbmc/linux/drivers/net/wan/
H A Dhdlc_x25.c183 .connect_indication = x25_connected, in x25_open()
H A Dlapbether.c310 .connect_indication = lapbeth_connected,