Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhdlc.c267 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function
355 EXPORT_SYMBOL(attach_hdlc_protocol);
Dhdlc_raw.c78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
Dhdlc_raw_eth.c94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
Dhdlc_x25.c210 if ((result = attach_hdlc_protocol(dev, &proto, 0))) in x25_ioctl()
Dhdlc_cisco.c365 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
Dhdlc_ppp.c673 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
Dhdlc_fr.c1231 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()