Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dieee8023ad_lacp.c200 #define V_lacp_debug VNET(lacp_debug) macro
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 ; }
315 if (V_lacp_debug > 0) { in lacp_pdu_input()
400 if (V_lacp_debug > 0) { in lacp_xmit_lacpdu()
1519 if (V_lacp_debug > 1) in lacp_sm_mux()