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

/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c163 const struct tc_ops *ops; member in struct:tc
341 tc_init(struct tc *tc, const struct tc_ops *ops) argument
343 tc->ops = ops;
368 const struct tc_ops *ops = *opsp; local
369 if (strcmp(name, ops->ovs_name) == 0) {
370 return (ops);
412 if (netdev->tc->ops->tc_destroy) {
413 netdev->tc->ops->tc_destroy(netdev->tc);
429 const struct tc_ops *ops; local
1632 const struct tc_ops *ops = *opsp; local
1646 const struct tc_ops *ops = tc_lookup_ovs_name(type); local
[all...]

Completed in 20 milliseconds