Home
last modified time | relevance | path

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

/openbmc/linux/net/batman-adv/
H A Dtranslation-table.c2956 if (full_table) in batadv_send_tt_request()
3037 full_table = true; in batadv_send_other_tt_response()
3039 full_table = false; in batadv_send_other_tt_response()
3044 if (!full_table) { in batadv_send_other_tt_response()
3090 if (full_table) in batadv_send_other_tt_response()
3136 bool full_table; in batadv_send_my_tt_response() local
3162 full_table = true; in batadv_send_my_tt_response()
3164 full_table = false; in batadv_send_my_tt_response()
3169 if (!full_table) { in batadv_send_my_tt_response()
3207 if (full_table) in batadv_send_my_tt_response()
[all …]