Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c120 struct net_if *blame = NULL; in conn_mgr_mon_handle_update() local
162 blame = conn_mgr_mon_get_if_by_index(idx); in conn_mgr_mon_handle_update()
179 net_mgmt_event_notify(NET_EVENT_L4_DISCONNECTED, blame); in conn_mgr_mon_handle_update()
182 net_mgmt_event_notify(NET_EVENT_L4_CONNECTED, blame); in conn_mgr_mon_handle_update()
185 last_blame = blame; in conn_mgr_mon_handle_update()