Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Dieee8023ad_lacp.c194 static void lacp_dprintf(const struct lacp_port *, const char *, ...)
208 #define LACP_DPRINTF(a) if (V_lacp_debug & 0x01) { lacp_dprintf a ; }
209 #define LACP_TRACE(a) if (V_lacp_debug & 0x02) { lacp_dprintf(a,"%s\n",__func__); }
210 #define LACP_TPRINTF(a) if (V_lacp_debug & 0x04) { lacp_dprintf a ; }
314 lacp_dprintf(lp, "lacpdu receive\n"); in lacp_pdu_input()
399 lacp_dprintf(lp, "lacpdu transmit\n"); in lacp_xmit_lacpdu()
1491 lacp_dprintf(lp, "%s: state= 0x%x, selected= 0x%x, " in lacp_sm_mux()
1533 lacp_dprintf(lp, "Interface stopped DISTRIBUTING, possible flapping\n"); in lacp_sm_mux()
2167 lacp_dprintf(const struct lacp_port *lp, const char *fmt, ...) in lacp_dprintf() function