Home
last modified time | relevance | path

Searched refs:proto_detach (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhdlc.h114 void (*proto_detach)(struct hdlc_device_struct *hdlc); member
244 if (hdlc->proto_detach) in hdlc_proto_detach()
245 hdlc->proto_detach(hdlc); in hdlc_proto_detach()
246 hdlc->proto_detach = NULL; in hdlc_proto_detach()
/linux-2.4.37.9/drivers/net/wan/
Dhdlc_generic.c145 hdlc->proto_detach = NULL; in register_hdlc_device()
Dhdlc_fr.c1106 hdlc->proto_detach = fr_destroy; in hdlc_fr_ioctl()