Searched refs:attach_hdlc_protocol (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | hdlc_raw.c | 78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
|
D | hdlc.c | 276 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function 364 EXPORT_SYMBOL(attach_hdlc_protocol);
|
D | hdlc_raw_eth.c | 94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
|
D | hdlc_x25.c | 336 if ((result = attach_hdlc_protocol(dev, &proto, in x25_ioctl()
|
D | hdlc_cisco.c | 366 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
|
D | hdlc_ppp.c | 687 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
|
D | hdlc_fr.c | 1241 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
|
/kernel/linux/linux-5.10/include/linux/ |
D | hdlc.h | 96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
|