Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net80211/
H A Dieee80211_mesh.c96 static void mesh_peer_timeout_cb(void *);
2995 mesh_peer_timeout_cb, ni); in mesh_peer_timeout_setup()
3008 callout_reset(&ni->ni_mltimer, ni->ni_mltval, mesh_peer_timeout_cb, in mesh_peer_timeout_backoff()
3031 mesh_peer_timeout_cb(void *arg) in mesh_peer_timeout_cb() function