Searched refs:pr_attach (Results 1 – 1 of 1) sorted by relevance
199 void (*pr_attach)(struct lagg_softc *); member218 .pr_attach = lagg_rr_attach,229 .pr_attach = lagg_lb_attach,238 .pr_attach = lagg_lacp_attach,352 if (lagg_protos[pr].pr_attach != NULL) in lagg_proto_attach()353 lagg_protos[pr].pr_attach(sc); in lagg_proto_attach()