Searched refs:NET_MGMT_GET_LAYER (Results 1 – 3 of 3) sorted by relevance
174 return (((NET_MGMT_GET_LAYER(mgmt_event) & in mgmt_is_event_handled()175 NET_MGMT_GET_LAYER(global_event_mask)) == in mgmt_is_event_handled()176 NET_MGMT_GET_LAYER(mgmt_event)) && in mgmt_is_event_handled()192 NET_MGMT_GET_LAYER(mgmt_event->event) + 1, in mgmt_run_slist_callbacks()197 if (!(NET_MGMT_GET_LAYER(mgmt_event->event) == in mgmt_run_slist_callbacks()198 NET_MGMT_GET_LAYER(cb->event_mask)) || in mgmt_run_slist_callbacks()253 if (!(NET_MGMT_GET_LAYER(mgmt_event->event) == in mgmt_run_static_callbacks()254 NET_MGMT_GET_LAYER(it->event_mask)) || in mgmt_run_static_callbacks()376 NET_MGMT_GET_LAYER(mgmt_event) + 1, in net_mgmt_event_notify_with_info()
62 #define NET_MGMT_GET_LAYER(mgmt_request) \ macro
402 layer = NET_MGMT_GET_LAYER(msg.event); in event_mon_handler()