Home
last modified time | relevance | path

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

/linux-6.15/net/batman-adv/
H A Dtranslation-table.c2908 if (full_table) in batadv_send_tt_request()
2987 full_table = true; in batadv_send_other_tt_response()
2989 full_table = false; in batadv_send_other_tt_response()
2994 if (!full_table) { in batadv_send_other_tt_response()
3041 if (full_table) in batadv_send_other_tt_response()
3087 bool full_table; in batadv_send_my_tt_response() local
3113 full_table = true; in batadv_send_my_tt_response()
3115 full_table = false; in batadv_send_my_tt_response()
3120 if (!full_table) { in batadv_send_my_tt_response()
3160 if (full_table) in batadv_send_my_tt_response()
[all …]