Searched refs:attach_hdlc_protocol (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/wan/ |
D | hdlc_raw.c | 81 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
|
D | hdlc.c | 270 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function 358 EXPORT_SYMBOL(attach_hdlc_protocol);
|
D | hdlc_raw_eth.c | 97 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
|
D | hdlc_x25.c | 213 if ((result = attach_hdlc_protocol(dev, &proto, 0))) in x25_ioctl()
|
D | hdlc_cisco.c | 369 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
|
D | hdlc_ppp.c | 676 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
|
D | hdlc_fr.c | 1234 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
|
/Linux-v4.19/include/linux/ |
D | hdlc.h | 99 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
|