Searched refs:lacp_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.c97 typedef void (*lacp_timer_func_t)(struct lacp_port *);
99 static void lacp_fill_actorinfo(struct lacp_port *, struct lacp_peerinfo *);
100 static void lacp_fill_markerinfo(struct lacp_port *,
109 static uint16_t lacp_compose_key(struct lacp_port *);
115 const struct lacp_port *);
119 const struct lacp_port *);
124 struct lacp_port *);
132 static int lacp_pdu_input(struct lacp_port *, struct mbuf *);
133 static int lacp_marker_input(struct lacp_port *, struct mbuf *);
134 static void lacp_sm_rx(struct lacp_port *, cons
[all...]
H A Dieee8023ad_lacp.h202 struct lacp_port *map[LACP_MAX_PORTS];
209 struct lacp_port *pm_map[LACP_MAX_PORTS];
212 struct lacp_port { struct
213 TAILQ_ENTRY(lacp_port) lp_dist_q;
214 LIST_ENTRY(lacp_port) lp_next;
240 TAILQ_HEAD(, lacp_port) la_ports; /* distributing ports */
254 LIST_HEAD(, lacp_port) lsc_ports;
284 #define LACP_PORT(_lp) ((struct lacp_port *)(_lp)->lp_psc)
312 struct lacp_port *lp = LACP_PORT(lgp);
326 struct lacp_port *l
[all...]
H A Dif_lagg.c1488 struct lacp_port *lp;

Completed in 140 milliseconds