Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1609 struct pktq *rx_pkts, uint32_t rx_bytes, bool is_mbuf) in flow_rx_agg_channel() argument
1671 bh_cnt = estimate_buf_cnt(fe, rx_bytes, KPKTQ_LEN(rx_pkts), in flow_rx_agg_channel()
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()
1984 uint32_t rx_bytes, bool is_mbuf) in flow_rx_agg_host() argument
2025 SK_DF(logflags, "Rx input queue bytes %u", rx_bytes); in flow_rx_agg_host()
2038 rx_bytes / pktq_len <= MCLBYTES) { in flow_rx_agg_host()
2041 rx_bytes / pktq_len <= MBIGCLBYTES) { in flow_rx_agg_host()
2044 rx_bytes / pktq_len <= M16KCLBYTES) { in flow_rx_agg_host()
2052 if (rx_bytes != 0) { in flow_rx_agg_host()
[all …]
H A Dflow_var.h253 struct pktq *pkts, uint32_t rx_bytes, struct mbufq *host_mq,
1040 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq,
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h168 struct flow_entry *fe, struct pktq *rx_pkts, uint32_t rx_bytes,
H A Dfsw_dp.c1814 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in dp_flow_rx_process() argument
1890 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1913 if (rx_bytes > pkt->pkt_flow_ulen) { in dp_flow_rx_process()
1914 rx_bytes -= pkt->pkt_flow_ulen; in dp_flow_rx_process()
1916 rx_bytes = 0; in dp_flow_rx_process()
1952 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
2057 uint32_t rx_bytes; in rx_flow_process() local
2074 rx_bytes = fe->fe_rx_pktq_bytes; in rx_flow_process()
2082 fe->fe_rx_process(fsw, fe, &rx_pkts, rx_bytes, host_mq, rx_proc_flags); in rx_flow_process()
/xnu-12377.1.9/bsd/net/
H A Dntstat.h1697 uint32_t rx_packets, uint32_t rx_bytes, uint32_t rx_duplicatebytes, uint32_t rx_outoforderbytes,
H A Dntstat.c1759 uint32_t rx_bytes, in nstat_route_update() argument
1779 OSAddAtomic64((SInt64)rx_bytes, (SInt64*)&stats->nstat_rxbytes); in nstat_route_update()