Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_context.h38 #define NET_CONTEXT_IN_USE BIT(0) macro
410 return context->flags & NET_CONTEXT_IN_USE; in net_context_is_used()
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_context.c535 contexts[i].flags |= NET_CONTEXT_IN_USE; in net_context_get()
554 (*context)->flags &= ~NET_CONTEXT_IN_USE; in net_context_get()
594 context->flags &= ~NET_CONTEXT_IN_USE; in net_context_unref()
617 context->flags &= ~NET_CONTEXT_IN_USE; in net_context_put()