Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dhdlc_raw.c81 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
Dhdlc.c270 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function
358 EXPORT_SYMBOL(attach_hdlc_protocol);
Dhdlc_raw_eth.c97 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.c369 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
Dhdlc_ppp.c676 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-v4.19/include/linux/
Dhdlc.h99 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,