Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlapb.h29 void (*connect_indication)(struct net_device *dev, int reason); member
/Linux-v4.19/net/lapb/
Dlapb_iface.c389 if (lapb->callbacks->connect_indication) in lapb_connect_indication()
390 lapb->callbacks->connect_indication(lapb->dev, reason); in lapb_connect_indication()
/Linux-v4.19/drivers/net/wan/
Dhdlc_x25.c140 .connect_indication = x25_connected, in x25_open()
Dlapbether.c262 .connect_indication = lapbeth_connected,
Dx25_asy.c439 .connect_indication = x25_asy_connected,
/Linux-v4.19/Documentation/networking/
Dlapb-module.txt39 void (*connect_indication)(int token, int reason);
211 void (*connect_indication)(void *token, int reason);
Dx25-iface.txt55 link connect_confirmation and a connect_indication.