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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c207 const char *ovs_name; member in struct:tc_ops
224 * 'ovs_name' in the "other_config" column in the "QoS" table in
259 * 'ovs_name' in the "other_config" column in the "QoS" table in
270 * 'ovs_name' in the "other_config" column in the "QoS" table in
283 * 'ovs_name' in the "other_config" column in the "Queue" table in
298 * 'ovs_name' in the "other_config" column in the "Queue" table in
369 if (strcmp(name, ops->ovs_name) == 0) {
1634 if (ops->tc_install && ops->ovs_name[0] != '\0')
1635 sset_add(types, ops->ovs_name);
1676 *typep = netdev->tc->ops->ovs_name;
[all...]

Completed in 41 milliseconds