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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c802 struct netdev *i_netdev; local
885 i_netdev = netdev_from_name(curr_lower);
886 if (!i_netdev) {
891 /* i_netdev->ref_cnt--; */
892 netdev_close(i_netdev);
894 netdev_existing_class = netdev_solaris_get_class(i_netdev);
H A Ddpif-solaris.c2063 struct netdev *i_netdev; local
2091 i_netdev = i_port->netdev;
2092 if (i_netdev == NULL) {
2102 if (strcmp(netdev_solaris_get_class(i_netdev),
2104 netdev_to_migrate = i_netdev;

Completed in 27 milliseconds