Searched refs:rx_bytes (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1609 struct pktq *rx_pkts, uint32_t rx_bytes, bool is_mbuf) in flow_rx_agg_channel() argument 1716 rx_bytes -= pkt->pkt_flow_ulen; in flow_rx_agg_channel() 1797 tmp = estimate_buf_cnt(fe, rx_bytes, KPKTQ_LEN(rx_pkts), in flow_rx_agg_channel() 1983 struct pktq *rx_pkts, uint32_t rx_bytes, bool is_mbuf) in flow_rx_agg_host() argument 2024 SK_DF(logflags, "Rx input queue bytes %u", rx_bytes); in flow_rx_agg_host() 2037 rx_bytes / pktq_len <= MCLBYTES) { in flow_rx_agg_host() 2040 rx_bytes / pktq_len <= MBIGCLBYTES) { in flow_rx_agg_host() 2043 rx_bytes / pktq_len <= M16KCLBYTES) { in flow_rx_agg_host() 2051 if (rx_bytes != 0) { in flow_rx_agg_host() 2126 rx_bytes -= pkt->pkt_flow_ulen; in flow_rx_agg_host() [all …]
|
| H A D | flow_var.h | 253 struct pktq *pkts, uint32_t rx_bytes, uint32_t flags); 1025 struct pktq *rx_pkts, uint32_t rx_bytes, uint32_t flags);
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 166 struct flow_entry *fe, struct pktq *rx_pkts, uint32_t rx_bytes,
|
| H A D | fsw_dp.c | 1781 struct pktq *rx_pkts, uint32_t rx_bytes, uint32_t flags) in dp_flow_rx_process() argument 1855 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process() 1878 if (rx_bytes > pkt->pkt_flow_ulen) { in dp_flow_rx_process() 1879 rx_bytes -= pkt->pkt_flow_ulen; in dp_flow_rx_process() 1881 rx_bytes = 0; in dp_flow_rx_process() 1917 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process() 2023 uint32_t rx_bytes; in rx_flow_process() local 2040 rx_bytes = fe->fe_rx_pktq_bytes; in rx_flow_process() 2048 fe->fe_rx_process(fsw, fe, &rx_pkts, rx_bytes, rx_proc_flags); in rx_flow_process()
|
| /xnu-11215/bsd/net/ |
| H A D | ntstat.h | 1423 uint32_t rx_packets, uint32_t rx_bytes, uint32_t rx_duplicatebytes, uint32_t rx_outoforderbytes,
|
| H A D | ntstat.c | 1459 uint32_t rx_bytes, in nstat_route_update() argument 1479 OSAddAtomic64((SInt64)rx_bytes, (SInt64*)&stats->nstat_rxbytes); in nstat_route_update()
|