Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c3136 * @full_table: ask for the entire translation table if true, while only for the
3145 u16 num_vlan, bool full_table) in batadv_send_tt_request()
3186 if (full_table) in batadv_send_tt_request()
3190 dst_orig_node->orig, full_table ? 'F' : '.'); in batadv_send_tt_request()
3237 bool ret = false, full_table; in batadv_send_other_tt_response() local
3269 full_table = true; in batadv_send_other_tt_response()
3271 full_table = false; in batadv_send_other_tt_response()
3276 if (!full_table) { in batadv_send_other_tt_response()
3322 if (full_table) in batadv_send_other_tt_response()
3328 full_table in batadv_send_other_tt_response()
3141 batadv_send_tt_request(struct batadv_priv *bat_priv, struct batadv_orig_node *dst_orig_node, u8 ttvn, struct batadv_tvlv_tt_vlan_data *tt_vlan, u16 num_vlan, bool full_table) batadv_send_tt_request() argument
3370 bool full_table; batadv_send_my_tt_response() local
4024 bool full_table = true; batadv_tt_update_orig() local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c2906 * @full_table: ask for the entire translation table if true, while only for the
2915 u16 num_vlan, bool full_table) in batadv_send_tt_request()
2956 if (full_table) in batadv_send_tt_request()
2960 dst_orig_node->orig, full_table ? 'F' : '.'); in batadv_send_tt_request()
3005 bool ret = false, full_table; in batadv_send_other_tt_response() local
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()
3096 full_table in batadv_send_other_tt_response()
2911 batadv_send_tt_request(struct batadv_priv *bat_priv, struct batadv_orig_node *dst_orig_node, u8 ttvn, struct batadv_tvlv_tt_vlan_data *tt_vlan, u16 num_vlan, bool full_table) batadv_send_tt_request() argument
3136 bool full_table; batadv_send_my_tt_response() local
3784 bool full_table = true; batadv_tt_update_orig() local
[all...]

Completed in 10 milliseconds