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.c2934 u16 num_vlan, bool full_table) in batadv_send_tt_request() argument
2975 if (full_table) in batadv_send_tt_request()
2979 dst_orig_node->orig, full_table ? 'F' : '.'); in batadv_send_tt_request()
3024 bool ret = false, full_table; in batadv_send_other_tt_response() local
3056 full_table = true; in batadv_send_other_tt_response()
3058 full_table = false; in batadv_send_other_tt_response()
3063 if (!full_table) { in batadv_send_other_tt_response()
3110 if (full_table) in batadv_send_other_tt_response()
3116 full_table ? 'F' : '.', req_ttvn); in batadv_send_other_tt_response()
3156 bool full_table; in batadv_send_my_tt_response() local
[all …]