trunk_port 69 net/if_trunk.c void trunk_port_lladdr(struct trunk_port *, u_int8_t *);
trunk_port 71 net/if_trunk.c int trunk_port_destroy(struct trunk_port *);
trunk_port 75 net/if_trunk.c struct trunk_port *trunk_port_get(struct trunk_softc *, struct ifnet *);
trunk_port 77 net/if_trunk.c void trunk_port2req(struct trunk_port *, struct trunk_reqport *);
trunk_port 82 net/if_trunk.c int trunk_ether_cmdmulti(struct trunk_port *, u_long);
trunk_port 90 net/if_trunk.c struct trunk_port *trunk_link_active(struct trunk_softc *,
trunk_port 91 net/if_trunk.c struct trunk_port *);
trunk_port 99 net/if_trunk.c void trunk_rr_port_destroy(struct trunk_port *);
trunk_port 101 net/if_trunk.c int trunk_rr_input(struct trunk_softc *, struct trunk_port *,
trunk_port 108 net/if_trunk.c int trunk_fail_input(struct trunk_softc *, struct trunk_port *,
trunk_port 114 net/if_trunk.c int trunk_lb_port_create(struct trunk_port *);
trunk_port 115 net/if_trunk.c void trunk_lb_port_destroy(struct trunk_port *);
trunk_port 117 net/if_trunk.c int trunk_lb_input(struct trunk_softc *, struct trunk_port *,
trunk_port 119 net/if_trunk.c int trunk_lb_porttable(struct trunk_softc *, struct trunk_port *);
trunk_port 207 net/if_trunk.c struct trunk_port *tp;
trunk_port 253 net/if_trunk.c struct trunk_port *tp;
trunk_port 272 net/if_trunk.c trunk_port_lladdr(struct trunk_port *tp, u_int8_t *lladdr)
trunk_port 301 net/if_trunk.c struct trunk_port *tp;
trunk_port 323 net/if_trunk.c if ((tp = malloc(sizeof(struct trunk_port),
trunk_port 327 net/if_trunk.c bzero(tp, sizeof(struct trunk_port));
trunk_port 390 net/if_trunk.c struct trunk_port *tp;
trunk_port 404 net/if_trunk.c trunk_port_destroy(struct trunk_port *tp)
trunk_port 407 net/if_trunk.c struct trunk_port *tp_ptr;
trunk_port 432 net/if_trunk.c SLIST_REMOVE(&tr->tr_ports, tp, trunk_port, tp_entries);
trunk_port 469 net/if_trunk.c struct trunk_port *tp;
trunk_port 474 net/if_trunk.c if ((tp = (struct trunk_port *)ifp->if_tp) == NULL ||
trunk_port 488 net/if_trunk.c struct trunk_port *tp;
trunk_port 495 net/if_trunk.c (tp = (struct trunk_port *)ifp->if_tp) == NULL ||
trunk_port 535 net/if_trunk.c struct trunk_port *tp;
trunk_port 537 net/if_trunk.c if ((tp = (struct trunk_port *)ifp->if_tp) == NULL)
trunk_port 543 net/if_trunk.c struct trunk_port *
trunk_port 546 net/if_trunk.c struct trunk_port *tp;
trunk_port 569 net/if_trunk.c trunk_port2req(struct trunk_port *tp, struct trunk_reqport *rp)
trunk_port 588 net/if_trunk.c struct trunk_port *tp;
trunk_port 843 net/if_trunk.c trunk_ether_cmdmulti(struct trunk_port *tp, u_long cmd)
trunk_port 872 net/if_trunk.c struct trunk_port *tp;
trunk_port 1046 net/if_trunk.c struct trunk_port *tp;
trunk_port 1055 net/if_trunk.c if ((tp = (struct trunk_port *)ifp->if_tp) == NULL ||
trunk_port 1100 net/if_trunk.c struct trunk_port *tp;
trunk_port 1113 net/if_trunk.c struct trunk_port *tp = (struct trunk_port *)arg;
trunk_port 1125 net/if_trunk.c struct trunk_port *
trunk_port 1126 net/if_trunk.c trunk_link_active(struct trunk_softc *tr, struct trunk_port *tp)
trunk_port 1128 net/if_trunk.c struct trunk_port *tp_next, *rval = NULL;
trunk_port 1186 net/if_trunk.c struct trunk_port *tp;
trunk_port 1211 net/if_trunk.c trunk_rr_port_destroy(struct trunk_port *tp)
trunk_port 1215 net/if_trunk.c if (tp == (struct trunk_port *)tr->tr_psc)
trunk_port 1222 net/if_trunk.c struct trunk_port *tp = (struct trunk_port *)tr->tr_psc, *tp_next;
trunk_port 1240 net/if_trunk.c trunk_rr_input(struct trunk_softc *tr, struct trunk_port *tp,
trunk_port 1279 net/if_trunk.c struct trunk_port *tp;
trunk_port 1290 net/if_trunk.c trunk_fail_input(struct trunk_softc *tr, struct trunk_port *tp,
trunk_port 1294 net/if_trunk.c struct trunk_port *tmp_tp;
trunk_port 1354 net/if_trunk.c trunk_lb_porttable(struct trunk_softc *tr, struct trunk_port *tp)
trunk_port 1357 net/if_trunk.c struct trunk_port *tp_next;
trunk_port 1376 net/if_trunk.c trunk_lb_port_create(struct trunk_port *tp)
trunk_port 1383 net/if_trunk.c trunk_lb_port_destroy(struct trunk_port *tp)
trunk_port 1405 net/if_trunk.c struct trunk_port *tp = NULL;
trunk_port 1426 net/if_trunk.c trunk_lb_input(struct trunk_softc *tr, struct trunk_port *tp,
trunk_port 96 net/if_trunk.h struct trunk_port {
trunk_port 111 net/if_trunk.h SLIST_ENTRY(trunk_port) tp_entries;
trunk_port 150 net/if_trunk.h struct trunk_port *tr_primary; /* primary port */
trunk_port 154 net/if_trunk.h SLIST_HEAD(__tplhd, trunk_port) tr_ports; /* list of interfaces */
trunk_port 163 net/if_trunk.h int (*tr_input)(struct trunk_softc *, struct trunk_port *,
trunk_port 165 net/if_trunk.h int (*tr_port_create)(struct trunk_port *);
trunk_port 166 net/if_trunk.h void (*tr_port_destroy)(struct trunk_port *);
trunk_port 167 net/if_trunk.h void (*tr_linkstate)(struct trunk_port *);
trunk_port 185 net/if_trunk.h struct trunk_port *lb_ports[TRUNK_MAX_PORTS];