trunk_reqport 77 net/if_trunk.c void trunk_port2req(struct trunk_port *, struct trunk_reqport *); trunk_reqport 486 net/if_trunk.c struct trunk_reqport *rp = (struct trunk_reqport *)data; trunk_reqport 569 net/if_trunk.c trunk_port2req(struct trunk_port *tp, struct trunk_reqport *rp) trunk_reqport 585 net/if_trunk.c struct trunk_reqport *rp = (struct trunk_reqport *)data, rpbuf; trunk_reqport 605 net/if_trunk.c i + sizeof(struct trunk_reqport)) { trunk_reqport 608 net/if_trunk.c sizeof(struct trunk_reqport)); trunk_reqport 611 net/if_trunk.c i += sizeof(struct trunk_reqport); trunk_reqport 67 net/if_trunk.h struct trunk_reqport { trunk_reqport 74 net/if_trunk.h #define SIOCGTRUNKPORT _IOWR('i', 140, struct trunk_reqport) trunk_reqport 75 net/if_trunk.h #define SIOCSTRUNKPORT _IOW('i', 141, struct trunk_reqport) trunk_reqport 76 net/if_trunk.h #define SIOCSTRUNKDELPORT _IOW('i', 142, struct trunk_reqport) trunk_reqport 84 net/if_trunk.h struct trunk_reqport *ra_port; /* allocated buffer */