Lines Matching defs:cport
435 aggr_port_t *cport;
441 for (cport = grp->lg_ports; cport != NULL;
442 cport = cport->lp_next) {
443 mac_perim_enter_by_mh(cport->lp_mh, &mph);
444 if (aggr_port_unicst(cport) != 0) {
445 if (aggr_grp_detach_port(grp, cport))
455 if (aggr_grp_attach_port(grp, cport))
527 aggr_port_t *port, **cport;
552 cport = &grp->lg_ports;
553 while (*cport != NULL)
554 cport = &((*cport)->lp_next);
555 *cport = port;
1434 aggr_port_t *cport;
1436 cport = port->lp_next;
1438 port = cport;
1709 aggr_port_t *port, *cport;
1781 cport = port->lp_next;
1790 port = cport;