Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_mesh.c97 static void mesh_peer_timeout_cb(void *);
2996 mesh_peer_timeout_cb, ni); in mesh_peer_timeout_setup()
3009 callout_reset(&ni->ni_mltimer, ni->ni_mltval, mesh_peer_timeout_cb, in mesh_peer_timeout_backoff()
3032 mesh_peer_timeout_cb(void *arg) in mesh_peer_timeout_cb() function