Home
last modified time | relevance | path

Searched refs:attach_hdlc_protocol (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/wan/
Dhdlc_raw.c78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
Dhdlc.c272 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function
295 EXPORT_SYMBOL(attach_hdlc_protocol);
Dhdlc_raw_eth.c94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
Dhdlc_x25.c340 result = attach_hdlc_protocol(dev, &proto, in x25_ioctl()
Dhdlc_cisco.c349 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
Dhdlc_ppp.c685 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
Dhdlc_fr.c1239 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
/linux-6.1.9/include/linux/
Dhdlc.h96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,