Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dtranslation-table.c2455 uint16_t num_vlan, bool full_table) in batadv_send_tt_request() argument
2496 if (full_table) in batadv_send_tt_request()
2500 dst_orig_node->orig, full_table ? 'F' : '.'); in batadv_send_tt_request()
2540 bool ret = false, full_table; in batadv_send_other_tt_response() local
2572 full_table = true; in batadv_send_other_tt_response()
2574 full_table = false; in batadv_send_other_tt_response()
2579 if (!full_table) { in batadv_send_other_tt_response()
2625 if (full_table) in batadv_send_other_tt_response()
2631 full_table ? 'F' : '.', req_ttvn); in batadv_send_other_tt_response()
2673 bool full_table; in batadv_send_my_tt_response() local
[all …]