Searched refs:attach_hdlc_protocol (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_raw.c | 78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
|
H A D | hdlc.c | 272 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 D | hdlc_raw_eth.c | 94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
|
H A D | hdlc_x25.c | 340 result = attach_hdlc_protocol(dev, &proto, in x25_ioctl()
|
H A D | hdlc_cisco.c | 349 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
|
H A D | hdlc_ppp.c | 685 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
|
H A D | hdlc_fr.c | 1239 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
|
/openbmc/linux/include/linux/ |
H A D | hdlc.h | 96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
|