Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlapb.h29 void (*connect_indication)(struct net_device *dev, int reason); member
/OK3568_Linux_fs/kernel/net/lapb/
H A Dlapb_iface.c384 if (lapb->callbacks->connect_indication) in lapb_connect_indication()
385 lapb->callbacks->connect_indication(lapb->dev, reason); in lapb_connect_indication()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhdlc_x25.c175 .connect_indication = x25_connected, in x25_open()
H A Dlapbether.c272 .connect_indication = lapbeth_connected,
H A Dx25_asy.c451 .connect_indication = x25_asy_connected,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dlapb-module.rst45 void (*connect_indication)(int token, int reason);
245 void (*connect_indication)(void *token, int reason);
H A Dx25-iface.rst61 link connect_confirmation and a connect_indication.