Searched refs:MBUF_LIST_FIRST (Results 1 – 6 of 6) sorted by relevance
529 #define MBUF_LIST_FIRST(_ml) ((_ml)->ml_head) macro533 for ((_m) = MBUF_LIST_FIRST(_ml); \
985 m = MBUF_LIST_FIRST(pl); in priq_deq_begin()1000 KASSERT(MBUF_LIST_FIRST(pl) == m); in priq_deq_commit()
355 m = MBUF_LIST_FIRST(&cd->q); in codel_next_packet()
542 return MBUF_LIST_FIRST(&cq->q); in hfsc_pf_deq_begin()923 m0 = MBUF_LIST_FIRST(&cl->cl_q.q); in hfsc_update_sc()
990 enqueue_randomness(ml_len(ml) ^ (uintptr_t)MBUF_LIST_FIRST(ml)); in if_input_process()
1351 m = MBUF_LIST_FIRST(&glom); in bwfm_sdio_rx_glom()