Searched refs:mbufq (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 253 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 D | flow_agg.c | 1983 struct pktq *rx_pkts, struct mbufq *host_mq, in flow_rx_agg_host() 2527 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in flow_rx_agg_tcp()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 1205 struct mbufq { struct 1212 mbufq_init(struct mbufq *q) in mbufq_init() argument 1219 mbufq_enqueue(struct mbufq *q, struct mbuf *head, struct mbuf *tail, in mbufq_enqueue() 1228 mbufq_empty(struct mbufq *q) in mbufq_empty() 1234 mbufq_first(struct mbufq *q) in mbufq_first() 1240 mbufq_last(struct mbufq *q) in mbufq_last()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 169 struct mbufq *host_mq, uint32_t flags);
|
| H A D | fsw_dp.c | 1576 fsw_host_sendup(struct ifnet *ifp, struct mbufq *host_mq) in fsw_host_sendup() 1613 struct mbufq *host_mq) in fsw_host_rx_enqueue_mbq() 1814 struct pktq *rx_pkts, uint32_t rx_bytes, struct mbufq *host_mq, in dp_flow_rx_process() 2054 struct flow_entry_list *fes, struct mbufq *host_mq) in rx_flow_process() 2159 struct mbufq host_mq; in _fsw_receive()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | if_utun.c | 3547 MBUFQ_HEAD(mbufq) mbq; in utun_kpipe_sync_tx()
|