Searched refs:lagg_softc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/sys/net/ |
| HD | if_lagg.c | 85 VNET_DEFINE(SLIST_HEAD(__trhead, lagg_softc), lagg_list); /* list of laggs */ 102 static void lagg_capabilities(struct lagg_softc *); 103 static int lagg_port_create(struct lagg_softc *, struct ifnet *); 106 static void lagg_linkstate(struct lagg_softc *); 113 static int lagg_port_checkstacking(struct lagg_softc *); 117 static void lagg_stop(struct lagg_softc *); 130 static struct lagg_port *lagg_link_active(struct lagg_softc *, 134 static void lagg_rr_attach(struct lagg_softc *); 135 static int lagg_rr_start(struct lagg_softc *, struct mbuf *); 136 static struct mbuf *lagg_rr_input(struct lagg_softc *, struct lagg_port *, [all …]
|
| HD | ieee8023ad_lacp.h | 238 struct lagg_softc *lsc_softc; 286 struct lagg_port *lacp_select_tx_port(struct lagg_softc *, struct mbuf *); 287 void lacp_attach(struct lagg_softc *); 289 void lacp_init(struct lagg_softc *); 290 void lacp_stop(struct lagg_softc *); 294 void lacp_req(struct lagg_softc *, void *);
|
| HD | if_lagg.h | 206 struct lagg_softc { struct 223 SLIST_ENTRY(lagg_softc) sc_entries; argument 237 struct lagg_softc *lp_softc; /* parent lagg */ argument
|
| HD | ieee8023ad_lacp.c | 335 struct lagg_softc *sc = lgp->lp_softc; in lacp_fill_actorinfo() 525 struct lagg_softc *sc = lgp->lp_softc; in lacp_port_create() 597 lacp_req(struct lagg_softc *sc, void *data) in lacp_req() 680 struct lagg_softc *sc = lsc->lsc_softc; in lacp_disable_distributing() 717 struct lagg_softc *sc = lsc->lsc_softc; in lacp_enable_distributing() 761 lacp_attach(struct lagg_softc *sc) in lacp_attach() 803 lacp_init(struct lagg_softc *sc) in lacp_init() 813 lacp_stop(struct lagg_softc *sc) in lacp_stop() 824 lacp_select_tx_port(struct lagg_softc *sc, struct mbuf *m) in lacp_select_tx_port() 1002 struct lagg_softc *sc = lsc->lsc_softc; in lacp_update_portmap() [all …]
|