tt_common 2504 net/batman-adv/translation-table.c struct batadv_tt_common_entry *tt_common; tt_common 2512 net/batman-adv/translation-table.c hlist_for_each_entry_safe(tt_common, node_tmp, head, tt_common 2514 net/batman-adv/translation-table.c tt_global = container_of(tt_common, tt_common 2527 net/batman-adv/translation-table.c hlist_del_rcu(&tt_common->hash_entry); tt_common 2677 net/batman-adv/translation-table.c struct batadv_tt_common_entry *tt_common; tt_common 2688 net/batman-adv/translation-table.c hlist_for_each_entry_rcu(tt_common, head, hash_entry) { tt_common 2689 net/batman-adv/translation-table.c tt_global = container_of(tt_common, tt_common 2695 net/batman-adv/translation-table.c if (tt_common->vid != vid) tt_common 2703 net/batman-adv/translation-table.c if (tt_common->flags & BATADV_TT_CLIENT_ROAM) tt_common 2709 net/batman-adv/translation-table.c if (tt_common->flags & BATADV_TT_CLIENT_TEMP) tt_common 2723 net/batman-adv/translation-table.c tmp_vid = htons(tt_common->vid); tt_common 2732 net/batman-adv/translation-table.c crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN); tt_common 2756 net/batman-adv/translation-table.c struct batadv_tt_common_entry *tt_common; tt_common 2766 net/batman-adv/translation-table.c hlist_for_each_entry_rcu(tt_common, head, hash_entry) { tt_common 2770 net/batman-adv/translation-table.c if (tt_common->vid != vid) tt_common 2776 net/batman-adv/translation-table.c if (tt_common->flags & BATADV_TT_CLIENT_NEW) tt_common 2782 net/batman-adv/translation-table.c tmp_vid = htons(tt_common->vid); tt_common 2788 net/batman-adv/translation-table.c flags = tt_common->flags & BATADV_TT_SYNC_MASK; tt_common 2791 net/batman-adv/translation-table.c crc ^= crc32c(crc_tmp, tt_common->addr, ETH_ALEN); tt_common 3881 net/batman-adv/translation-table.c struct batadv_tt_common_entry *tt_common; tt_common 3896 net/batman-adv/translation-table.c hlist_for_each_entry_safe(tt_common, node_tmp, head, tt_common 3898 net/batman-adv/translation-table.c if (!(tt_common->flags & BATADV_TT_CLIENT_PENDING)) tt_common 3903 net/batman-adv/translation-table.c tt_common->addr, tt_common 3904 net/batman-adv/translation-table.c batadv_print_vid(tt_common->vid)); tt_common 3906 net/batman-adv/translation-table.c batadv_tt_local_size_dec(bat_priv, tt_common->vid); tt_common 3907 net/batman-adv/translation-table.c hlist_del_rcu(&tt_common->hash_entry); tt_common 3908 net/batman-adv/translation-table.c tt_local = container_of(tt_common,