Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhdlc.h19 struct hdlc_proto { struct
30 struct hdlc_proto *next; /* next protocol in the list */ argument
44 const struct hdlc_proto *proto;
64 void register_hdlc_protocol(struct hdlc_proto *proto);
65 void unregister_hdlc_protocol(struct hdlc_proto *proto);
96 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,
/linux/drivers/net/wan/
H A Dhdlc.c43 static struct hdlc_proto *first_proto;
201 struct hdlc_proto *proto = first_proto; in hdlc_ioctl()
272 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, in attach_hdlc_protocol()
323 void register_hdlc_protocol(struct hdlc_proto *proto) in register_hdlc_protocol()
332 void unregister_hdlc_protocol(struct hdlc_proto *proto) in unregister_hdlc_protocol()
334 struct hdlc_proto **p; in unregister_hdlc_protocol()
H A Dhdlc_raw.c29 static struct hdlc_proto proto = {
H A Dhdlc_raw_eth.c43 static struct hdlc_proto proto = {
H A Dhdlc_x25.c268 static struct hdlc_proto proto = {
H A Dhdlc_cisco.c296 static struct hdlc_proto proto = {
H A Dhdlc_ppp.c644 static struct hdlc_proto proto = {
H A Dhdlc_fr.c1174 static struct hdlc_proto proto = {