Home
last modified time | relevance | path

Searched refs:npackets (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk_impl.h71 ipp_named_t npackets; /* no. of pkts seen by this instance */ member
80 ipp_named_t npackets; /* no. of packets for this dscp */ member
94 uint64_t npackets; /* no. of packets for this DSCP */ member
109 uint64_t npackets; /* no. of packets processed by action */ member
H A Ddscpmkddi.c203 dscpmk_data->dscp_stats[cnt].npackets = 0; in dscpmk_create_action()
477 "npackets", IPP_STAT_UINT64, &statp->npackets)) != 0) { in dscpmk_det_statinit()
506 IPP_STAT_UINT64, &statp->npackets)) != 0) { in dscpmk_summ_statinit()
558 (void) ipp_stat_named_op(&statp->npackets, in dscpmk_update_det_stats()
559 &dscpmk_data->dscp_stats[count].npackets, rw); in dscpmk_update_det_stats()
573 (void) ipp_stat_named_op(&snames->npackets, &dscpmk_data->npackets, rw); in dscpmk_update_stats()
H A Ddscpmk.c85 atomic_inc_64(&dscpmk_data->npackets); in dscpmk_process()
115 atomic_inc_64(&dscpmk_data->dscp_stats[new_dscp].npackets); in dscpmk_process()
/titanic_50/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h105 ipp_named_t npackets; /* no. of pkts seen by this instance */ member
121 uint64_t npackets; member
179 uint64_t npackets; /* no. of pkts seen */ member
H A Dflowacctddi.c114 (void) ipp_stat_named_op(&fl_stat->npackets, &flowacct_data->npackets, in update_flowacct_kstats()
151 IPP_STAT_UINT64, &flacct_stat->npackets)) != 0) { in global_statinit()
H A Dflowacct.c570 item->npackets = 1; in flowacct_update_flows_tbl()
574 item->npackets++; in flowacct_update_flows_tbl()
705 tmp_frec->fl_use->fu_npackets = item->npackets; in flowacct_create_record()
917 atomic_inc_64(&flowacct_data->npackets); in flowacct_process()
/titanic_50/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk_impl.h66 ipp_named_t npackets; /* no. of pkts seen by this instance */ member
102 uint64_t npackets; /* no. of pkts. for this instance */ member
H A Ddlcosmkddi.c377 IPP_STAT_UINT64, &statp->npackets)) != 0) { in dlcosmk_statinit()
435 (void) ipp_stat_named_op(&snames->npackets, &dlcosmk_data->npackets, in dlcosmk_update_stats()
H A Ddlcosmk.c76 atomic_inc_64(&dlcosmk_data->npackets); in dlcosmk_process()
/titanic_50/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h150 uint64_t npackets; /* number of matching packets */ member
267 ipp_named_t npackets; member
274 ipp_named_t npackets; member
H A Dfilters.c168 IPP_STAT_UINT64, &gblsnames->npackets)) != 0) { in global_statinit()
1305 IPP_STAT_UINT64, &clsnames->npackets)) != 0) { in class_statinit()
2665 (void) ipp_stat_named_op(&gbl_stats->npackets, &ipgpc_npackets, rw); in update_global_stats()
2681 (void) ipp_stat_named_op(&cl_stats->npackets, &stats->npackets, rw); in update_class_stats()
H A Dclassifier.c185 BUMP_STATS(ipgpc_cid_list[class_id].stats.npackets); in update_stats()
/titanic_50/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], in main()
539 if (npackets < 1) { in main()
542 npackets); in main()
800 if (npackets == 0 && stats) in build_targetaddr_list()
833 if (npackets > 0) in create_targetaddr_item()
834 targetaddr->num_probes = npackets; in create_targetaddr_item()
1772 if (npackets == 0 || in schedule_sigalrm()
2004 if ((npackets > 0) && (current_targetaddr->next == NULL) && in recv_icmp_packet()
2005 (nreceived_last_target == npackets)) { in recv_icmp_packet()
[all …]
H A Dping.h114 extern int npackets;
H A Dping_aux.c369 if (stats && probe_all && npackets > 0 && in check_reply()
569 if (stats && probe_all && npackets > 0 && in check_reply()
880 if (stats && probe_all && npackets > 0 && in check_reply()
H A Dping_aux6.c405 if (stats && probe_all && npackets > 0 && in check_reply6()
708 if (stats && probe_all && npackets > 0 && in check_reply6()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c60 uint32_t npackets; member
367 ws.npackets++; in supply_write()
776 ws.npackets = 0; in supply()
898 if (ws.npackets == 0 && (ws.state & WS_ST_QUERY)) { in supply()
900 if (ws.npackets == 0) in supply()
/titanic_50/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
325 u16_t npackets /* number of data bytes that were added in the doorbell */;