Symbol: trunk_port
sys/net/if_trunk.c
103
int trunk_fail_port_create(struct trunk_port *);
sys/net/if_trunk.c
104
void trunk_fail_port_destroy(struct trunk_port *);
sys/net/if_trunk.c
106
int trunk_fail_input(struct trunk_softc *, struct trunk_port *,
sys/net/if_trunk.c
1075
struct trunk_port *tp = port;
sys/net/if_trunk.c
108
void trunk_fail_linkstate(struct trunk_port *);
sys/net/if_trunk.c
1083
struct trunk_port *tp = port;
sys/net/if_trunk.c
1091
struct trunk_port *tp = port;
sys/net/if_trunk.c
113
int trunk_lb_port_create(struct trunk_port *);
sys/net/if_trunk.c
114
void trunk_lb_port_destroy(struct trunk_port *);
sys/net/if_trunk.c
116
int trunk_lb_input(struct trunk_softc *, struct trunk_port *,
sys/net/if_trunk.c
1164
struct trunk_port *tp;
sys/net/if_trunk.c
1178
struct trunk_port *tp = (struct trunk_port *)arg;
sys/net/if_trunk.c
118
int trunk_lb_porttable(struct trunk_softc *, struct trunk_port *);
sys/net/if_trunk.c
1190
struct trunk_port *
sys/net/if_trunk.c
1191
trunk_link_active(struct trunk_softc *tr, struct trunk_port *tp)
sys/net/if_trunk.c
1193
struct trunk_port *tp_next, *rval = NULL;
sys/net/if_trunk.c
124
int trunk_bcast_input(struct trunk_softc *, struct trunk_port *,
sys/net/if_trunk.c
1263
struct trunk_port *tp;
sys/net/if_trunk.c
1291
trunk_rr_port_destroy(struct trunk_port *tp)
sys/net/if_trunk.c
1295
if (tp == (struct trunk_port *)tr->tr_psc)
sys/net/if_trunk.c
1302
struct trunk_port *tp = (struct trunk_port *)tr->tr_psc, *tp_next;
sys/net/if_trunk.c
1321
trunk_rr_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m)
sys/net/if_trunk.c
1359
trunk_fail_port_create(struct trunk_port *tp)
sys/net/if_trunk.c
1369
trunk_fail_port_destroy(struct trunk_port *tp)
sys/net/if_trunk.c
1372
struct trunk_port *tp_next;
sys/net/if_trunk.c
1390
struct trunk_port *tp = (struct trunk_port *)tr->tr_psc;
sys/net/if_trunk.c
1402
trunk_fail_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m)
sys/net/if_trunk.c
1411
trunk_fail_linkstate(struct trunk_port *tp)
sys/net/if_trunk.c
1458
trunk_lb_porttable(struct trunk_softc *tr, struct trunk_port *tp)
sys/net/if_trunk.c
1461
struct trunk_port *tp_next;
sys/net/if_trunk.c
1480
trunk_lb_port_create(struct trunk_port *tp)
sys/net/if_trunk.c
1487
trunk_lb_port_destroy(struct trunk_port *tp)
sys/net/if_trunk.c
1497
struct trunk_port *tp = NULL;
sys/net/if_trunk.c
1517
trunk_lb_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m)
sys/net/if_trunk.c
1555
struct trunk_port *tp, *last = NULL;
sys/net/if_trunk.c
1591
trunk_bcast_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m)
sys/net/if_trunk.c
202
struct trunk_port *tp;
sys/net/if_trunk.c
244
struct trunk_port *tp;
sys/net/if_trunk.c
263
trunk_port_lladdr(struct trunk_port *tp, u_int8_t *lladdr)
sys/net/if_trunk.c
278
struct trunk_port *tp;
sys/net/if_trunk.c
396
struct trunk_port *tp;
sys/net/if_trunk.c
410
trunk_port_destroy(struct trunk_port *tp)
sys/net/if_trunk.c
413
struct trunk_port *tp_ptr;
sys/net/if_trunk.c
442
SLIST_REMOVE(&tr->tr_ports, tp, trunk_port, tp_entries);
sys/net/if_trunk.c
481
struct trunk_port *tp = NULL;
sys/net/if_trunk.c
547
struct trunk_port *tp = (struct trunk_port *)arg;
sys/net/if_trunk.c
552
struct trunk_port *
sys/net/if_trunk.c
555
struct trunk_port *tp;
sys/net/if_trunk.c
578
trunk_port2req(struct trunk_port *tp, struct trunk_reqport *rp)
sys/net/if_trunk.c
58
void trunk_port_lladdr(struct trunk_port *, u_int8_t *);
sys/net/if_trunk.c
60
int trunk_port_destroy(struct trunk_port *);
sys/net/if_trunk.c
615
struct trunk_port *tp;
sys/net/if_trunk.c
66
struct trunk_port *trunk_port_get(struct trunk_softc *, struct ifnet *);
sys/net/if_trunk.c
68
void trunk_port2req(struct trunk_port *, struct trunk_reqport *);
sys/net/if_trunk.c
73
int trunk_ether_cmdmulti(struct trunk_port *, u_long);
sys/net/if_trunk.c
85
struct trunk_port *trunk_link_active(struct trunk_softc *,
sys/net/if_trunk.c
86
struct trunk_port *);
sys/net/if_trunk.c
908
trunk_ether_cmdmulti(struct trunk_port *tp, u_long cmd)
sys/net/if_trunk.c
937
struct trunk_port *tp;
sys/net/if_trunk.c
95
void trunk_rr_port_destroy(struct trunk_port *);
sys/net/if_trunk.c
97
int trunk_rr_input(struct trunk_softc *, struct trunk_port *,
sys/net/if_trunk.h
189
SLIST_ENTRY(trunk_port) tp_entries;
sys/net/if_trunk.h
226
struct trunk_port *tr_primary; /* primary port */
sys/net/if_trunk.h
230
SLIST_HEAD(__tplhd, trunk_port) tr_ports; /* list of interfaces */
sys/net/if_trunk.h
238
int (*tr_input)(struct trunk_softc *, struct trunk_port *,
sys/net/if_trunk.h
240
int (*tr_port_create)(struct trunk_port *);
sys/net/if_trunk.h
241
void (*tr_port_destroy)(struct trunk_port *);
sys/net/if_trunk.h
242
void (*tr_linkstate)(struct trunk_port *);
sys/net/if_trunk.h
246
void (*tr_portreq)(struct trunk_port *, caddr_t);
sys/net/if_trunk.h
261
struct trunk_port *lb_ports[TRUNK_MAX_PORTS];