Searched refs:attach_hdlc_protocol (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wan/ |
D | hdlc.c | 267 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol() function 355 EXPORT_SYMBOL(attach_hdlc_protocol);
|
D | hdlc_raw.c | 78 result = attach_hdlc_protocol(dev, &proto, in raw_ioctl()
|
D | hdlc_raw_eth.c | 94 result = attach_hdlc_protocol(dev, &proto, in raw_eth_ioctl()
|
D | hdlc_x25.c | 210 if ((result = attach_hdlc_protocol(dev, &proto, 0))) in x25_ioctl()
|
D | hdlc_cisco.c | 365 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
|
D | hdlc_ppp.c | 673 result = attach_hdlc_protocol(dev, &proto, sizeof(struct ppp)); in ppp_ioctl()
|
D | hdlc_fr.c | 1231 result = attach_hdlc_protocol(dev, &proto, in fr_ioctl()
|