Home
last modified time | relevance | path

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

/linux/net/batman-adv/
H A Dtranslation-table.c2861 * @full_table: ask for the entire translation table if true, while only for the
2870 u16 num_vlan, bool full_table) in batadv_send_tt_request() argument
2908 if (full_table) in batadv_send_tt_request()
2912 dst_orig_node->orig, full_table ? 'F' : '.'); in batadv_send_tt_request()
2956 bool ret = false, full_table; in batadv_send_other_tt_response() local
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()
3047 full_table in batadv_send_other_tt_response()
3087 bool full_table; batadv_send_my_tt_response() local
3733 bool full_table = true; batadv_tt_update_orig() local
[all...]