agr_port
void ieee8023ad_portinit(struct agr_port *);
void ieee8023ad_portfini(struct agr_port *);
struct agr_port *ieee8023ad_select_tx_port(struct agr_softc *, struct mbuf *);
void ieee8023ad_lacp_porttick(struct agr_softc *, struct agr_port *);
void ieee8023ad_lacp_portstate(struct agr_port *);
lacp_fill_actorinfo(struct agr_port *port, struct lacp_peerinfo *info)
struct agr_port *port = lp->lp_agrport;
ieee8023ad_lacp_portstate(struct agr_port *port)
ieee8023ad_lacp_porttick(struct agr_softc *sc, struct agr_port *port)
lacp_portinit(struct agr_port *port)
lacp_portfini(struct agr_port *port)
struct agr_port *port = lp->lp_agrport;
struct agr_port *port = lp->lp_agrport;
struct agr_port *port = lp->lp_agrport;
struct agr_port *port = lp->lp_agrport;
ieee8023ad_portinit(struct agr_port *port)
ieee8023ad_portfini(struct agr_port *port)
struct agr_port *
static void lacp_fill_actorinfo(struct agr_port *, struct lacp_peerinfo *);
struct agr_port *port;
void lacp_portinit(struct agr_port *);
void lacp_portfini(struct agr_port *);
struct agr_port *lp_agrport;
struct agr_port *port;
agrport_config_promisc_callback(struct agr_port *port, void *arg)
agrport_config_promisc(struct agr_port *port, bool promisc)
struct agr_port *port;
agrport_ioctl(struct agr_port *port, u_long cmd, void *arg)
static struct agr_port *
static struct agr_port *
struct agr_port *port;
struct agr_port *port;
struct agr_port *port;
struct agr_port *port = NULL;
struct agr_port *port;
agrport_cleanup(struct agr_softc *sc, struct agr_port *port)
static struct agr_port *agr_select_tx_port(struct agr_softc *, struct mbuf *);
struct agr_port *port = ifp->if_lagg;
static int agrport_config_promisc_callback(struct agr_port *, void *);
static int agrport_config_promisc(struct agr_port *, bool);
static int agrport_cleanup(struct agr_softc *, struct agr_port *);
agrether_portinit(struct agr_softc *sc, struct agr_port *port)
agrether_portfini(struct agr_softc *sc, struct agr_port *port)
agrether_configmulti_port(struct agr_softc *sc, struct agr_port *port,
static struct agr_port *
static int agrether_portinit(struct agr_softc *, struct agr_port *);
static int agrether_portfini(struct agr_softc *, struct agr_port *);
static struct agr_port *agrether_select_tx_port(struct agr_softc *,
static int agrether_configmulti_port(struct agr_softc *, struct agr_port *,
agrport_monitor(struct agr_port *port)
int (*func)(struct agr_port *, void *), void *arg)
struct agr_port *port;
agr_configmulti_port(struct agr_multiaddrs *ama, struct agr_port *port,
agrport_mc_add_callback(struct agr_port *port, void *arg)
agrport_mc_del_callback(struct agr_port *port, void *arg)
agr_port_getmedia(struct agr_port *port, u_int *media, u_int *status)
agr_vlan_add(struct agr_port *port, void *arg)
agr_vlan_del(struct agr_port *port, void *arg)
static int agrport_mc_add_callback(struct agr_port *, void *);
static int agrport_mc_del_callback(struct agr_port *, void *);
int agr_port_foreach(struct agr_softc *, int (*)(struct agr_port *, void *),
int agr_configmulti_port(struct agr_multiaddrs *, struct agr_port *, bool);
int agr_port_getmedia(struct agr_port *, u_int *, u_int *);
int agr_vlan_add(struct agr_port *, void *);
int agr_vlan_del(struct agr_port *, void *);
agrtimer_port_tick(struct agr_port *port, void *arg)
static int agrtimer_port_tick(struct agr_port *, void *);
TAILQ_HEAD(, agr_port) sc_ports;
int agrport_ioctl(struct agr_port *, u_long, void *);
void agrport_monitor(struct agr_port *);
struct agr_port;
TAILQ_ENTRY(agr_port) port_q;
void (*iftop_porttick)(struct agr_softc *, struct agr_port *);
void (*iftop_portstate)(struct agr_port *);
int (*iftop_portinit)(struct agr_softc *, struct agr_port *);
int (*iftop_portfini)(struct agr_softc *, struct agr_port *);
struct agr_port *(*iftop_select_tx_port)(struct agr_softc *,
int (*iftop_configmulti_port)(struct agr_softc *, struct agr_port *,