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

/openbsd-current/sys/net/
H A Dtrunklacp.c81 typedef void (*lacp_timer_func_t)(struct lacp_port *);
85 void lacp_fill_actorinfo(struct lacp_port *, struct lacp_peerinfo *);
86 void lacp_fill_markerinfo(struct lacp_port *,
95 u_int16_t lacp_compose_key(struct lacp_port *);
101 const struct lacp_port *);
105 const struct lacp_port *);
110 struct lacp_port *);
119 int lacp_pdu_input(struct lacp_port *, struct mbuf *);
120 int lacp_marker_input(struct lacp_port *, struct mbuf *);
121 void lacp_sm_rx(struct lacp_port *, cons
[all...]
H A Dtrunklacp.h200 struct lacp_port *pm_map[LACP_MAX_PORTS];
203 struct lacp_port { struct
204 TAILQ_ENTRY(lacp_port) lp_dist_q;
205 LIST_ENTRY(lacp_port) lp_next;
231 TAILQ_HEAD(, lacp_port) la_ports; /* distributing ports */
252 LIST_HEAD(, lacp_port) lsc_ports;
283 #define LACP_PORT(_lp) ((struct lacp_port *)(_lp)->tp_psc)
H A Dif_trunk.c622 struct lacp_port *lp;

Completed in 99 milliseconds