Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dhdlc_raw.c81 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
Dhdlc.c276 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function
350 EXPORT_SYMBOL(attach_hdlc_protocol);
Dhdlc_raw_eth.c96 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
Dhdlc_x25.c213 if ((result = attach_hdlc_protocol(dev, &proto, 0))) in x25_ioctl()
Dhdlc_cisco.c372 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
Dhdlc_ppp.c675 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
Dhdlc_fr.c1234 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
/linux-4.4.14/include/linux/
Dhdlc.h101 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,