components/openvswitch/files/lib/util-solaris.h
changeset 7237 c378a893371d
parent 6504 6c2d95642621
child 7590 5461fab14904
equal deleted inserted replaced
7234:e1658d1c9c59 7237:c378a893371d
    93 void kstat_handle_close(kstat2_handle_t *);
    93 void kstat_handle_close(kstat2_handle_t *);
    94 uint64_t get_nvvt_int(kstat2_map_t, char *);
    94 uint64_t get_nvvt_int(kstat2_map_t, char *);
    95 
    95 
    96 void solaris_port_walk(void *, void (*)(void *, const char *, char *,
    96 void solaris_port_walk(void *, void (*)(void *, const char *, char *,
    97     odp_port_t));
    97     odp_port_t));
    98 uint64_t solaris_flow_walk(void *, struct ofpbuf *, boolean_t,
    98 void solaris_flow_walk(void *, struct ofpbuf *,
    99     void (*)(void *, const char *, boolean_t, struct flow *, struct flow *,
    99     void (*)(void *, const char *, struct flow *, struct flow *,
   100     struct ofpbuf *, uint64_t, uint64_t, uint64_t));
   100     struct ofpbuf *, uint64_t, uint64_t, uint64_t));
   101 
   101 
   102 boolean_t solaris_is_uplink_class(const char *);
   102 boolean_t solaris_is_uplink_class(const char *);
   103 boolean_t solaris_dlparse_zonelinkname(const char *, char *, zoneid_t *);
   103 boolean_t solaris_dlparse_zonelinkname(const char *, char *, zoneid_t *);
   104 
   104