Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Dif_lagg.c189 void (*pr_attach)(struct lagg_softc *); member
208 .pr_attach = lagg_rr_attach,
219 .pr_attach = lagg_lb_attach,
228 .pr_attach = lagg_lacp_attach,
339 if (lagg_protos[pr].pr_attach != NULL) in lagg_proto_attach()
340 lagg_protos[pr].pr_attach(sc); in lagg_proto_attach()