HomeSort by: relevance | last modified time | path
    Searched defs:lacp_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp_impl.h 62 struct lacp_softc { struct
104 #define LACP_SOFTC(sc) \
  /src/sys/net/lagg/
if_lagg_lacp.c 150 struct lacp_softc { struct
190 * - Items in struct lacp_softc are protected by
200 static void lacp_dprintf(const struct lacp_softc *,
252 static void lacp_port_disable(struct lacp_softc *, struct lacp_port *);
253 static void lacp_port_enable(struct lacp_softc *, struct lacp_port *);
254 static void lacp_peerinfo_actor(struct lacp_softc *, struct lacp_port *,
259 lacp_select_tx_port(struct lacp_softc *, struct mbuf *,
261 static void lacp_suppress_distributing(struct lacp_softc *);
262 static void lacp_distributing_timer(struct lacp_softc *);
264 static void lacp_select(struct lacp_softc *, struct lacp_port *)
    [all...]

Completed in 13 milliseconds