/titanic_50/usr/src/uts/common/ipp/dscpmk/ |
H A D | dscpmk_impl.h | 71 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 D | dscpmkddi.c | 203 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 D | dscpmk.c | 85 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 D | flowacct_impl.h | 105 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 D | flowacctddi.c | 114 (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 D | flowacct.c | 570 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 D | dlcosmk_impl.h | 66 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 D | dlcosmkddi.c | 377 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 D | dlcosmk.c | 76 atomic_inc_64(&dlcosmk_data->npackets); in dlcosmk_process()
|
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier-objects.h | 150 uint64_t npackets; /* number of matching packets */ member 267 ipp_named_t npackets; member 274 ipp_named_t npackets; member
|
H A D | filters.c | 168 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 D | classifier.c | 185 BUMP_STATS(ipgpc_cid_list[class_id].stats.npackets); in update_stats()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 167 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 D | ping.h | 114 extern int npackets;
|
H A D | ping_aux.c | 369 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 D | ping_aux6.c | 405 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 D | output.c | 60 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 D | 5710_hsi.h | 307 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 */;
|