Home
last modified time | relevance | path

Searched refs:NET_BUF_SLIST_FOR_EACH_NODE (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h436 #define NET_BUF_SLIST_FOR_EACH_NODE(head, var) STAILQ_FOREACH(var, head, omp_next) macro
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dfriend.c964 NET_BUF_SLIST_FOR_EACH_NODE(&seg->queue, pkthdr) { in enqueue_friend_pdu()