Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dieee8023ad_lacp.c196 static void lacp_dprintf(const struct lacp_port *, const char *, ...)
210 #define LACP_DPRINTF(a) if (V_lacp_debug & 0x01) { lacp_dprintf a ; }
211 #define LACP_TRACE(a) if (V_lacp_debug & 0x02) { lacp_dprintf(a,"%s\n",__func__); }
212 #define LACP_TPRINTF(a) if (V_lacp_debug & 0x04) { lacp_dprintf a ; }
316 lacp_dprintf(lp, "lacpdu receive\n"); in lacp_pdu_input()
401 lacp_dprintf(lp, "lacpdu transmit\n"); in lacp_xmit_lacpdu()
1520 lacp_dprintf(lp, "%s: state= 0x%x, selected= 0x%x, " in lacp_sm_mux()
1562 lacp_dprintf(lp, "Interface stopped DISTRIBUTING, possible flapping\n"); in lacp_sm_mux()
2195 lacp_dprintf(const struct lacp_port *lp, const char *fmt, ...) in lacp_dprintf() function