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

/illumos-gate/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk_impl.h66 ipp_named_t npackets; /* no. of pkts seen by this instance */ member in struct:dlcosmk_stat_s
102 uint64_t npackets; /* no. of pkts. for this instance */ member in struct:dlcosmk_data_s
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk_impl.h71 ipp_named_t npackets; /* no. of pkts seen by this instance */ member in struct:dscpmk_stat_s
80 ipp_named_t npackets; /* no. of packets for this dscp */ member in struct:dscpmk_dscp_stats_s
94 uint64_t npackets; /* no. of packets for this DSCP */ member in struct:dscp_stats_s
109 uint64_t npackets; /* no. of packets processed by action */ member in struct:dscpmk_data_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c60 uint32_t npackets; member in struct:__anon260
367 ws.npackets++;
776 ws.npackets = 0;
898 if (ws.npackets == 0 && (ws.state & WS_ST_QUERY)) {
900 if (ws.npackets == 0)
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h105 ipp_named_t npackets; /* no. of pkts seen by this instance */ member in struct:flowacct_stat_s
121 uint64_t npackets; member in struct:flow_item_s
179 uint64_t npackets; /* no. of pkts seen */ member in struct:flowacct_data_s
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h150 uint64_t npackets; /* number of matching packets */ member in struct:ipgpc_class_stats_s
267 ipp_named_t npackets; member in struct:globalstats_s
274 ipp_named_t npackets; member in struct:classstats_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c167 int npackets; /* number of packets to send */ variable
537 npackets = int_arg(argv[optind],
539 if (npackets < 1) {
542 npackets);
800 if (npackets == 0 && stats)
828 * npackets is only defined if we are in stats mode.
829 * npackets determines how many probes to send to each target
830 * IP address. npackets == 0 means send only 1 and move on to
833 if (npackets > 0)
834 targetaddr->num_probes = npackets;
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h307 u16_t npackets /* number of data bytes that were added in the doorbell */; member in struct:eth_tx_doorbell
325 u16_t npackets /* number of data bytes that were added in the doorbell */;

Completed in 146 milliseconds