Home
last modified time | relevance | path

Searched refs:lagg_protos (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_lagg.c222 } lagg_protos[] = { variable
369 if (lagg_protos[pr].pr_attach != NULL) in lagg_proto_attach()
370 lagg_protos[pr].pr_attach(sc); in lagg_proto_attach()
383 if (lagg_protos[pr].pr_detach != NULL) in lagg_proto_detach()
384 lagg_protos[pr].pr_detach(sc); in lagg_proto_detach()
416 lagg_protos[sc->sc_proto].pr_delport(lp); in lagg_proto_delport()
424 lagg_protos[sc->sc_proto].pr_linkstate(lp); in lagg_proto_linkstate()
432 lagg_protos[sc->sc_proto].pr_init(sc); in lagg_proto_init()
440 lagg_protos[sc->sc_proto].pr_stop(sc); in lagg_proto_stop()
448 lagg_protos[sc->sc_proto].pr_lladdr(sc); in lagg_proto_lladdr()
[all …]
H A Dif_lagg.h59 struct lagg_protos { struct
/f-stack/tools/ifconfig/
H A Diflagg.c77 struct lagg_protos lpr[] = LAGG_PROTOS; in setlaggproto()
219 struct lagg_protos lpr[] = LAGG_PROTOS; in lagg_status()