Home
last modified time | relevance | path

Searched refs:host_mq (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h253 struct pktq *pkts, uint32_t rx_bytes, struct mbufq *host_mq,
1037 struct mbufq *host_mq);
1038 extern void fsw_host_sendup(struct ifnet *ifp, struct mbufq *host_mq);
1041 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq,
H A Dflow_agg.c1985 struct pktq *rx_pkts, struct mbufq *host_mq, in flow_rx_agg_host() argument
2514 mbufq_enqueue(host_mq, m_chain, smbuf, smbufs, bytes); in flow_rx_agg_host()
2537 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in flow_rx_agg_tcp() argument
2545 dp_flow_rx_process(fsw, fe, rx_pkts, rx_bytes, host_mq, FLOW_PROC_FLAG_FRAGMENTS); in flow_rx_agg_tcp()
2575 fsw_host_rx_enqueue_mbq(fsw, rx_pkts, host_mq); in flow_rx_agg_tcp()
2581 flow_rx_agg_host(fsw, fe, rx_pkts, host_mq, rx_bytes, is_mbuf); in flow_rx_agg_tcp()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1584 fsw_host_sendup(struct ifnet *ifp, struct mbufq *host_mq) in fsw_host_sendup() argument
1588 if (mbufq_empty(host_mq)) { in fsw_host_sendup()
1593 s.packets_in = host_mq->count; in fsw_host_sendup()
1594 s.bytes_in = host_mq->bytes; in fsw_host_sendup()
1595 dlil_input_handler(ifp, mbufq_first(host_mq), mbufq_last(host_mq), &s, FALSE, NULL); in fsw_host_sendup()
1621 struct mbufq *host_mq) in fsw_host_rx_enqueue_mbq() argument
1645 mbufq_enqueue(host_mq, m_head, m_tail, cnt, bytes); in fsw_host_rx_enqueue_mbq()
1822 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in dp_flow_rx_process() argument
1861 fsw_host_rx_enqueue_mbq(fsw, rx_pkts, host_mq); in dp_flow_rx_process()
2062 struct flow_entry_list *fes, struct mbufq *host_mq) in rx_flow_process() argument
[all …]
H A Dfsw_var.h169 struct mbufq *host_mq, uint32_t flags);