Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dhdlc_raw.c78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
H A Dhdlc.c272 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function
295 EXPORT_SYMBOL(attach_hdlc_protocol);
H A Dhdlc_raw_eth.c94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
H A Dhdlc_x25.c340 result = attach_hdlc_protocol(dev, &proto, in x25_ioctl()
H A Dhdlc_cisco.c349 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
H A Dhdlc_ppp.c685 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
H A Dhdlc_fr.c1239 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
/openbmc/linux/include/linux/
H A Dhdlc.h96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,