Searched defs:upcall_fd (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c90 * List of lower links of the OVS ports, over which the upcall_fd(s)
114 int upcall_fd; member in struct:dpif_solaris_handler
142 int upcall_fd; /* PF_PACKET fd for MISS event */ member in struct:dpif_solaris_port
597 ovs_assert(lowerlink->handlers[i].upcall_fd != -1);
626 ovs_assert(lowerlink->handlers[i].upcall_fd != -1);
844 port->upcall_fd = -1;
2334 if (lowerlink->handlers[i].upcall_fd != -1)
2335 (void) close(lowerlink->handlers[i].upcall_fd);
2349 if (port->upcall_fd == -1)
2354 (void) setsockopt(port->upcall_fd, SOL_PACKE
[all...]

Completed in 22 milliseconds