Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dtrunklacp.c209 struct lacp_softc *lsc = lp->lp_lsc; in lacp_input()
248 struct lacp_softc *lsc = arg; in lacp_input_process()
329 struct lacp_softc *lsc = lp->lp_lsc; in lacp_fill_actorinfo()
355 struct lacp_softc *lsc = lp->lp_lsc; in lacp_xmit_lacpdu()
407 struct lacp_softc *lsc = lp->lp_lsc; in lacp_xmit_marker()
476 struct lacp_softc *lsc = arg; in lacp_tick()
597 struct lacp_softc *lsc = lp->lp_lsc; in lacp_port_status()
718 struct lacp_softc *lsc = vp; in lacp_transit_expire()
727 struct lacp_softc *lsc; in lacp_attach()
1540 struct lacp_softc *lsc; in lacp_sm_rx_record_default()
[all …]
H A Dtrunklacp.h206 struct lacp_softc *lp_lsc;
245 struct lacp_softc { struct
284 #define LACP_SOFTC(_sc) ((struct lacp_softc *)(_sc)->tr_psc)
H A Dif_trunk.c620 struct lacp_softc *lsc; in trunk_ioctl()