Searched refs:attach_hdlc_protocol (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A 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); variable
|
H A D | hdlc_raw_eth.c | 94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
|
H A D | hdlc_raw.c | 78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
|
H A D | hdlc_x25.c | 336 if ((result = attach_hdlc_protocol(dev, &proto, in x25_ioctl()
|
H A D | hdlc_cisco.c | 366 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
|
H A D | hdlc_ppp.c | 687 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
|
H A D | hdlc_fr.c | 1241 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
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); variable
|
H A D | hdlc_raw_eth.c | 94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
|
H A D | hdlc_raw.c | 78 result = attach_hdlc_protocol(dev, &proto, in raw_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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hdlc.h | 96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hdlc.h | 96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
|
Completed in 11 milliseconds