OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lacp_port
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/net/agr/
ieee8023ad_lacp_sm.h
37
void lacp_sm_rx(struct
lacp_port
*, const struct lacpdu *);
38
void lacp_sm_rx_timer(struct
lacp_port
*);
39
void lacp_sm_rx_set_expired(struct
lacp_port
*);
43
void lacp_sm_mux(struct
lacp_port
*);
44
void lacp_sm_mux_timer(struct
lacp_port
*);
48
void lacp_sm_ptx_update_timeout(struct
lacp_port
*, uint8_t);
49
void lacp_sm_ptx_tx_schedule(struct
lacp_port
*);
50
void lacp_sm_ptx_timer(struct
lacp_port
*);
54
void lacp_sm_tx(struct
lacp_port
*);
55
void lacp_sm_assert_ntt(struct
lacp_port
*);
[
all
...]
ieee8023ad_lacp_impl.h
56
TAILQ_HEAD(,
lacp_port
) la_ports; /* distributing ports */
85
struct
lacp_port
{
struct
86
TAILQ_ENTRY(
lacp_port
) lp_dist_q;
106
#define
LACP_PORT
(port) \
109
void lacp_run_timers(struct
lacp_port
*);
119
void lacp_select(struct
lacp_port
*);
120
void lacp_unselect(struct
lacp_port
*);
122
void lacp_disable_collecting(struct
lacp_port
*);
123
void lacp_enable_collecting(struct
lacp_port
*);
124
void lacp_disable_distributing(struct
lacp_port
*);
[
all
...]
ieee8023ad_lacp_sm_rx.c
49
static void lacp_sm_rx_update_ntt(struct
lacp_port
*, const struct lacpdu *);
50
static void lacp_sm_rx_record_pdu(struct
lacp_port
*, const struct lacpdu *);
51
static void lacp_sm_rx_update_selected(struct
lacp_port
*, const struct lacpdu *);
53
static void lacp_sm_rx_record_default(struct
lacp_port
*);
54
static void lacp_sm_rx_update_default_selected(struct
lacp_port
*);
56
static void lacp_sm_rx_update_selected_from_peerinfo(struct
lacp_port
*,
78
lacp_sm_rx(struct
lacp_port
*lp, const struct lacpdu *du)
121
lacp_sm_rx_set_expired(struct
lacp_port
*lp)
131
lacp_sm_rx_timer(struct
lacp_port
*lp)
148
lacp_sm_rx_record_pdu(struct
lacp_port
*lp, const struct lacpdu *du
[
all
...]
ieee8023ad_lacp_timer.c
45
typedef void (*lacp_timer_func_t)(struct
lacp_port
*);
54
lacp_run_timers(struct
lacp_port
*lp)
ieee8023ad_impl.h
38
struct
lacp_port
iport_lacpport;
ieee8023ad_lacp_sm_ptx.c
50
lacp_sm_ptx_update_timeout(struct
lacp_port
*lp, uint8_t oldpstate)
80
lacp_sm_ptx_tx_schedule(struct
lacp_port
*lp)
106
lacp_sm_ptx_timer(struct
lacp_port
*lp)
ieee8023ad_lacp_select.c
51
const struct
lacp_port
*);
55
const struct
lacp_port
*);
60
struct
lacp_port
*);
116
lacp_aggregator_get(struct lacp_softc *lsc, struct
lacp_port
*lp)
137
lacp_fill_aggregator_id(struct lacp_aggregator *la, const struct
lacp_port
*lp)
162
const struct
lacp_port
*lp)
207
lacp_select(struct
lacp_port
*lp)
262
lacp_unselect(struct
lacp_port
*lp)
ieee8023ad_lacp_sm_tx.c
51
lacp_sm_tx(struct
lacp_port
*lp)
88
lacp_sm_assert_ntt(struct
lacp_port
*lp)
ieee8023ad_lacp_debug.h
62
void lacp_dprintf(const struct
lacp_port
*, const char *, ...)
ieee8023ad_lacp.c
62
static uint16_t lacp_compose_key(struct
lacp_port
*);
97
struct
lacp_port
*lp;
161
lp =
LACP_PORT
(port);
185
struct
lacp_port
*lp =
LACP_PORT
(port);
196
lacp_xmit_lacpdu(struct
lacp_port
*lp)
260
struct
lacp_port
*lp =
LACP_PORT
(port);
289
struct
lacp_port
*lp =
LACP_PORT
(port)
[
all
...]
ieee8023ad_lacp_sm_mux.c
50
lacp_sm_mux(struct
lacp_port
*lp)
152
lacp_sm_mux_timer(struct
lacp_port
*lp)
ieee8023ad_lacp_debug.c
175
lacp_dprintf(const struct
lacp_port
*lp, const char *fmt, ...)
/src/sys/net/lagg/
if_lagg_lacp.c
102
LIST_HEAD(,
lacp_port
)
117
struct
lacp_port
{
struct
132
LIST_ENTRY(
lacp_port
) lp_entry_la;
201
const struct
lacp_port
*, const char *, ...)
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
*,
256
static void lacp_peerinfo_partner(struct
lacp_port
*,
264
static void lacp_select(struct lacp_softc *, struct
lacp_port
*);
265
static void lacp_unselect(struct lacp_softc *, struct
lacp_port
*);
[
all
...]
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025