trunk_reqport
struct trunk_reqport rp;
struct trunk_reqport rp;
struct trunk_reqport rp, rpbuf[TRUNK_MAX_PORTS];
struct trunk_reqport rp;
aggr_add_port(struct aggr_softc *sc, const struct trunk_reqport *rp)
aggr_get_port(struct aggr_softc *sc, struct trunk_reqport *rp)
aggr_del_port(struct aggr_softc *sc, const struct trunk_reqport *rp)
struct trunk_reqport *rp = (struct trunk_reqport *)data;
const struct trunk_reqport *);
static int aggr_get_port(struct aggr_softc *, struct trunk_reqport *);
const struct trunk_reqport *);
error = aggr_get_port(sc, (struct trunk_reqport *)data);
error = aggr_add_port(sc, (struct trunk_reqport *)data);
error = aggr_del_port(sc, (struct trunk_reqport *)data);
struct trunk_reqport *rp = (struct trunk_reqport *)data;
trunk_port2req(struct trunk_port *tp, struct trunk_reqport *rp)
struct trunk_reqport *rp = (struct trunk_reqport *)data, rpbuf;
i + sizeof(struct trunk_reqport)) {
sizeof(struct trunk_reqport));
i += sizeof(struct trunk_reqport);
void trunk_port2req(struct trunk_port *, struct trunk_reqport *);
#define SIOCGTRUNKPORT _IOWR('i', 140, struct trunk_reqport)
#define SIOCSTRUNKPORT _IOW('i', 141, struct trunk_reqport)
#define SIOCSTRUNKDELPORT _IOW('i', 142, struct trunk_reqport)
struct trunk_reqport *ra_port; /* allocated buffer */