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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c217 boolean_t dp_exists; local
232 dp_exists = netdev_impl_etherstub_exists();
238 * dpif does not exists at first, create it here if dp_exists indicate
242 if ((dp_exists && dpif == NULL) || (!dp_exists && create)) {
252 if (!dp_exists) {
294 } else if (!dp_exists) {

Completed in 19 milliseconds