Home
last modified time | relevance | path

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

/linux-3.4.99/net/batman-adv/
Dtranslation-table.c239 tt_global_entry->common.flags |= TT_CLIENT_ROAM; in tt_local_add()
338 TT_CLIENT_ROAM ? 'R' : '.'), in tt_local_seq_print_text()
383 (roaming ? TT_CLIENT_ROAM : NO_FLAGS), message); in tt_local_remove()
615 TT_CLIENT_ROAM ? 'R' : '.'), in tt_global_seq_print_text()
673 tt_global_entry->common.flags |= TT_CLIENT_ROAM; in tt_global_del()
748 if (!(tt_global_entry->common.flags & TT_CLIENT_ROAM)) in tt_global_roam_purge()
877 if (tt_common_entry->flags & TT_CLIENT_ROAM) in tt_global_crc()
1017 if (tt_common_entry->flags & TT_CLIENT_ROAM) in tt_global_valid_entry()
1422 (tt_change + i)->flags & TT_CLIENT_ROAM); in _tt_update_changes()
Dpacket.h86 TT_CLIENT_ROAM = 1 << 1, enumerator