Searched refs:attach_hdlc_protocol (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wan/ |
H A D | hdlc_raw.c | 81 result = attach_hdlc_protocol(dev, &proto, raw_ioctl()
|
H A D | hdlc_raw_eth.c | 96 result = attach_hdlc_protocol(dev, &proto, raw_eth_ioctl()
|
H A D | hdlc.c | 276 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, attach_hdlc_protocol() function 350 EXPORT_SYMBOL(attach_hdlc_protocol); variable
|
H A D | hdlc_x25.c | 213 if ((result = attach_hdlc_protocol(dev, &proto, 0))) x25_ioctl()
|
H A D | hdlc_cisco.c | 372 result = attach_hdlc_protocol(dev, &proto, cisco_ioctl()
|
H A D | hdlc_ppp.c | 675 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); ppp_ioctl()
|
H A D | hdlc_fr.c | 1234 result = attach_hdlc_protocol(dev, &proto, fr_ioctl()
|
/linux-4.1.27/include/linux/ |
H A D | hdlc.h | 101 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
|
Completed in 82 milliseconds