Home
last modified time | relevance | path

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

/linux-6.1.9/net/batman-adv/
Dtranslation-table.c2916 u16 num_vlan, bool full_table) in batadv_send_tt_request() argument
2957 if (full_table) in batadv_send_tt_request()
2961 dst_orig_node->orig, full_table ? 'F' : '.'); in batadv_send_tt_request()
3006 bool ret = false, full_table; in batadv_send_other_tt_response() local
3038 full_table = true; in batadv_send_other_tt_response()
3040 full_table = false; in batadv_send_other_tt_response()
3045 if (!full_table) { in batadv_send_other_tt_response()
3091 if (full_table) in batadv_send_other_tt_response()
3097 full_table ? 'F' : '.', req_ttvn); in batadv_send_other_tt_response()
3137 bool full_table; in batadv_send_my_tt_response() local
[all …]