Lines Matching refs:hdlr
31 struct l3mdev_handler *hdlr;
38 hdlr = &l3mdev_handlers[l3type];
42 if (hdlr->dev_lookup) {
47 hdlr->dev_lookup = fn;
60 struct l3mdev_handler *hdlr;
65 hdlr = &l3mdev_handlers[l3type];
69 if (hdlr->dev_lookup == fn)
70 hdlr->dev_lookup = NULL;
80 struct l3mdev_handler *hdlr;
88 hdlr = &l3mdev_handlers[l3type];
92 lookup = hdlr->dev_lookup;