Symbol: lacp_softc
sys/net/agr/ieee8023ad_impl.h
33
struct lacp_softc isc_lacpsc;
sys/net/agr/ieee8023ad_lacp.c
364
struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(port));
sys/net/agr/ieee8023ad_lacp.c
401
struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(port));
sys/net/agr/ieee8023ad_lacp.c
435
struct lacp_softc *lsc = LACP_SOFTC(sc);
sys/net/agr/ieee8023ad_lacp.c
471
struct lacp_softc *lsc = &isc->isc_lacpsc;
sys/net/agr/ieee8023ad_lacp.c
483
struct lacp_softc *lsc = &isc->isc_lacpsc;
sys/net/agr/ieee8023ad_lacp.c
497
const struct lacp_softc *lsc = LACP_SOFTC(sc);
sys/net/agr/ieee8023ad_lacp.c
544
lacp_suppress_distributing(struct lacp_softc *lsc, struct lacp_aggregator *la)
sys/net/agr/ieee8023ad_lacp.c
58
static void lacp_suppress_distributing(struct lacp_softc *,
sys/net/agr/ieee8023ad_lacp.c
61
static void lacp_select_active_aggregator(struct lacp_softc *);
sys/net/agr/ieee8023ad_lacp.c
613
lacp_select_active_aggregator(struct lacp_softc *lsc)
sys/net/agr/ieee8023ad_lacp_select.c
116
lacp_aggregator_get(struct lacp_softc *lsc, struct lacp_port *lp)
sys/net/agr/ieee8023ad_lacp_select.c
209
struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(lp->lp_agrport));
sys/net/agr/ieee8023ad_lacp_select.c
264
struct lacp_softc *lsc = LACP_SOFTC(AGR_SC_FROM_PORT(lp->lp_agrport));
sys/net/agr/ieee8023ad_lacp_select.c
59
static struct lacp_aggregator *lacp_aggregator_get(struct lacp_softc *,
sys/net/agr/ieee8023ad_lacp_select.c
61
static void lacp_aggregator_addref(struct lacp_softc *,
sys/net/agr/ieee8023ad_lacp_select.c
63
static void lacp_aggregator_delref(struct lacp_softc *,
sys/net/agr/ieee8023ad_lacp_select.c
67
lacp_aggregator_addref(struct lacp_softc *lsc, struct lacp_aggregator *la)
sys/net/agr/ieee8023ad_lacp_select.c
85
lacp_aggregator_delref(struct lacp_softc *lsc, struct lacp_aggregator *la)
sys/net/lagg/if_lagg_lacp.c
1071
struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1087
lacp_marker_reply(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1119
lacp_marker_recv_response(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1164
lacp_marker_input(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1242
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
1248
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
1288
struct lacp_softc *lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
1381
lacp_lacpdu_mbuf(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1433
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
1475
lacp_sm_tx(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1487
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
1505
lacp_run_timers(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1525
lacp_run_prototimers(struct lacp_softc *lsc)
sys/net/lagg/if_lagg_lacp.c
1545
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
1623
lacp_select_tx_port(struct lacp_softc *lsc, struct mbuf *m,
sys/net/lagg/if_lagg_lacp.c
1653
lacp_peerinfo_actor(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1694
lacp_sm_rx_record_default(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1725
lacp_port_is_synced(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1751
lacp_sm_rx_record_peerinfo(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1811
lacp_sm_port_init(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1831
lacp_port_disable(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1847
lacp_port_enable(struct lacp_softc *lsc __LACPDEBUGUSED,
sys/net/lagg/if_lagg_lacp.c
1861
lacp_sm_rx_timer(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1878
lacp_sm_ptx_timer(struct lacp_softc *lsc __unused, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
1924
lacp_sm_mux_timer(struct lacp_softc *lsc __LACPDEBUGUSED,
sys/net/lagg/if_lagg_lacp.c
1940
lacp_sm_rx_update_selected(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1977
lacp_sm_rx_update_ntt(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
1999
lacp_sm_rx(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
200
static void lacp_dprintf(const struct lacp_softc *,
sys/net/lagg/if_lagg_lacp.c
2048
lacp_update_portmap(struct lacp_softc *lsc)
sys/net/lagg/if_lagg_lacp.c
2104
lacp_disable_distributing(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
2137
lacp_enable_distributing(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
2152
lacp_select_active_aggregator(struct lacp_softc *lsc)
sys/net/lagg/if_lagg_lacp.c
2198
lacp_port_attached(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
2217
lacp_port_detached(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
2236
lacp_set_mux(struct lacp_softc *lsc, struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
2302
lacp_sm_mux(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
2406
lacp_selected_update(struct lacp_softc *lsc, struct lacp_aggregator *la)
sys/net/lagg/if_lagg_lacp.c
2452
lacp_select(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
2518
lacp_unselect(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
252
static void lacp_port_disable(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
253
static void lacp_port_enable(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
254
static void lacp_peerinfo_actor(struct lacp_softc *, struct lacp_port *,
sys/net/lagg/if_lagg_lacp.c
2561
lacp_suppress_distributing(struct lacp_softc *lsc)
sys/net/lagg/if_lagg_lacp.c
2587
lacp_distributing_timer(struct lacp_softc *lsc)
sys/net/lagg/if_lagg_lacp.c
259
lacp_select_tx_port(struct lacp_softc *, struct mbuf *,
sys/net/lagg/if_lagg_lacp.c
2600
lacp_markerdu_mbuf(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
261
static void lacp_suppress_distributing(struct lacp_softc *);
sys/net/lagg/if_lagg_lacp.c
262
static void lacp_distributing_timer(struct lacp_softc *);
sys/net/lagg/if_lagg_lacp.c
264
static void lacp_select(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
2649
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
265
static void lacp_unselect(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
266
static void lacp_selected_update(struct lacp_softc *,
sys/net/lagg/if_lagg_lacp.c
268
static void lacp_sm_port_init(struct lacp_softc *,
sys/net/lagg/if_lagg_lacp.c
270
static int lacp_set_mux(struct lacp_softc *,
sys/net/lagg/if_lagg_lacp.c
272
static void lacp_sm_mux(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
273
static void lacp_sm_mux_timer(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
274
static void lacp_sm_rx(struct lacp_softc *, struct lacp_port *,
sys/net/lagg/if_lagg_lacp.c
2764
struct lacp_softc *lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
277
static void lacp_sm_rx_timer(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
278
static void lacp_sm_rx_record_default(struct lacp_softc *,
sys/net/lagg/if_lagg_lacp.c
281
static void lacp_sm_tx(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
283
static void lacp_sm_ptx_timer(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
296
typedef void (*lacp_timer_func_t)(struct lacp_softc *, struct lacp_port *);
sys/net/lagg/if_lagg_lacp.c
302
typedef void (*lacp_prototimer_func_t)(struct lacp_softc *);
sys/net/lagg/if_lagg_lacp.c
308
lacp_dprintf(const struct lacp_softc *lsc, const struct lacp_port *lacpp,
sys/net/lagg/if_lagg_lacp.c
332
lacp_evcnt_attach(struct lacp_softc *lsc,
sys/net/lagg/if_lagg_lacp.c
355
lacp_isactive(struct lacp_softc *lsc, struct lacp_port *lacpp)
sys/net/lagg/if_lagg_lacp.c
465
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
536
struct lacp_softc *lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
567
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
569
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
594
lacp_down_locked(struct lacp_softc *lsc)
sys/net/lagg/if_lagg_lacp.c
620
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
622
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
634
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
639
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
666
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
672
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
730
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
734
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
751
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
755
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
778
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
782
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
818
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
823
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
857
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
867
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
935
struct lacp_softc *lsc;
sys/net/lagg/if_lagg_lacp.c
942
lsc = (struct lacp_softc *)xlsc;
sys/net/lagg/if_lagg_lacp.c
997
lacp_pdu_input(struct lacp_softc *lsc, struct lacp_port *lacpp, struct mbuf *m)