Searched refs:xfd (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c146 int xfd; /* PF_PACKET to execute output action */ member in struct:dpif_solaris_port
544 port->xfd = fd;
845 port->xfd = -1;
877 if (port->xfd != -1)
878 (void) close(port->xfd);
962 *xfdp = uport->xfd;
984 if (port->xfd != -1)
985 (void) close(port->xfd);
997 VLOG_DBG("dpif_solaris_port_del %s close xfd %d", port->name,
998 port->xfd);
[all...]

Completed in 16 milliseconds