Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_trunk.c1140 if (tr->tr_stop != NULL) in trunk_stop()
1141 (*tr->tr_stop)(tr); in trunk_stop()
1328 tr->tr_stop = NULL; in trunk_rr_attach()
1397 tr->tr_stop = NULL; in trunk_fail_attach()
1499 tr->tr_stop = NULL; in trunk_lb_attach()
1593 tr->tr_stop = NULL; in trunk_bcast_attach()
1672 tr->tr_stop = lacp_stop; in trunk_lacp_attach()
Dif_trunk.h232 void (*tr_stop)(struct trunk_softc *); member