Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dmbuf.h529 #define MBUF_LIST_FIRST(_ml) ((_ml)->ml_head) macro
533 for ((_m) = MBUF_LIST_FIRST(_ml); \
/openbsd/src/sys/net/
Difq.c985 m = MBUF_LIST_FIRST(pl); in priq_deq_begin()
1000 KASSERT(MBUF_LIST_FIRST(pl) == m); in priq_deq_commit()
Dfq_codel.c355 m = MBUF_LIST_FIRST(&cd->q); in codel_next_packet()
Dhfsc.c542 return MBUF_LIST_FIRST(&cq->q); in hfsc_pf_deq_begin()
923 m0 = MBUF_LIST_FIRST(&cl->cl_q.q); in hfsc_update_sc()
Dif.c990 enqueue_randomness(ml_len(ml) ^ (uintptr_t)MBUF_LIST_FIRST(ml)); in if_input_process()
/openbsd/src/sys/dev/sdmmc/
Dif_bwfm_sdio.c1351 m = MBUF_LIST_FIRST(&glom); in bwfm_sdio_rx_glom()