Searched refs:timestamp_callbacks (Results 1 – 1 of 1) sorted by relevance
111 static sys_slist_t timestamp_callbacks; variable4227 sys_slist_find_and_remove(×tamp_callbacks, &handle->node); in net_if_register_timestamp_cb()4228 sys_slist_prepend(×tamp_callbacks, &handle->node); in net_if_register_timestamp_cb()4241 sys_slist_find_and_remove(×tamp_callbacks, &handle->node); in net_if_unregister_timestamp_cb()4252 SYS_SLIST_FOR_EACH_NODE_SAFE(×tamp_callbacks, sn, sns) { in net_if_call_timestamp_cb()