Searched refs:nbytes (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 1366 uint64_t npackets, nbytes, lastused; local 1370 error = solaris_get_flowstats(flowname, &npackets, &nbytes, &lastused); 1373 stats->n_bytes = nbytes; 1797 struct flow *m, struct ofpbuf *action, uint64_t npackets, uint64_t nbytes, 1824 flow->stats.n_bytes = nbytes; 1977 ssize_t nbytes = 0; local 2018 for (nwritten = 0; nwritten < buflen; nwritten += nbytes) { 2019 nbytes = sendmsg(fd, &msghdr, 0); 2020 if (nbytes == -1) { 2025 nbytes 1796 walk_flow(void *arg, const char *name, struct flow *f, struct flow *m, struct ofpbuf *action, uint64_t npackets, uint64_t nbytes, uint64_t lastused) argument [all...] |
H A D | util-solaris.c | 3459 uint64_t *nbytes, uint64_t *lastused) 3505 *nbytes = *dlval->ddlv_ulval; 3514 *nbytes += *dlval->ddlv_ulval; 3533 uint64_t *nbytes, uint64_t *lastused) 3546 err = i_solaris_get_flowstats(flow, npackets, nbytes, lastused); 3697 uint64_t npackets, nbytes, lastused; local 3715 if ((err = i_solaris_get_flowstats(rip, &npackets, &nbytes, 3798 npackets, nbytes, lastused); 3458 i_solaris_get_flowstats(rc_instance_t *flow, uint64_t *npackets, uint64_t *nbytes, uint64_t *lastused) argument 3532 solaris_get_flowstats(const char *flowname, uint64_t *npackets, uint64_t *nbytes, uint64_t *lastused) argument
|
Completed in 193 milliseconds