if_lagg_lacp.c | 200 static void lacp_dprintf(const struct lacp_softc *, 205 #define LACP_DPRINTF(a) do { lacp_dprintf a; } while (/*CONSTCOND*/ 0) 213 #define LACP_DPRINTF(a) __nothing 308 lacp_dprintf(const struct lacp_softc *lsc, const struct lacp_port *lacpp, function in typeref:typename:void 588 LACP_DPRINTF((lsc, NULL, "lacp start\n")); 614 LACP_DPRINTF((lsc, NULL, "lacp stopped\n")); 642 LACP_DPRINTF((lsc, NULL, "waiting transit\n")); 649 LACP_DPRINTF((lsc, NULL, "no distributing port\n")); 889 LACP_DPRINTF((lsc, lacpp [all...] |