Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Drouting.h44 bool *protection_started);
H A Dbat_v_ogm.c617 bool protection_started = false; in batadv_v_ogm_metric_update() local
632 &protection_started)) { in batadv_v_ogm_metric_update()
645 if (seq_diff < 0 && !protection_started) in batadv_v_ogm_metric_update()
666 if (seq_diff > 0 || protection_started) in batadv_v_ogm_metric_update()
H A Drouting.c154 bool *protection_started) in batadv_window_protected() argument
163 if (protection_started) in batadv_window_protected()
164 *protection_started = true; in batadv_window_protected()