Home
last modified time | relevance | path

Searched refs:pkt_list_full (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/l2/openthread/
Dopenthread_utils.c42 if (context->pkt_list_full) { in pkt_list_add()
52 context->pkt_list_full = 1U; in pkt_list_add()
72 if (context->pkt_list_full) { in pkt_list_remove_first()
73 context->pkt_list_full = 0U; in pkt_list_remove_first()
80 (!context->pkt_list_full)) { in pkt_list_peek()
90 (!context->pkt_list_full)) { in pkt_list_remove_last()
100 context->pkt_list_full = 0U; in pkt_list_remove_last()
Dopenthread_utils.h38 return context->pkt_list_full; in pkt_list_is_full()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dopenthread.h60 uint8_t pkt_list_full; member