Searched defs:tt (Results 1 - 2 of 2) sorted by relevance

/net/batman-adv/
H A Dtranslation-table.c57 * batadv_choose_tt - return the index of the tt entry in the hash table
66 struct batadv_tt_common_entry *tt; local
69 tt = (struct batadv_tt_common_entry *)data;
70 hash = batadv_hash_bytes(hash, &tt->addr, ETH_ALEN);
71 hash = batadv_hash_bytes(hash, &tt->vid, sizeof(tt->vid));
94 struct batadv_tt_common_entry to_search, *tt, *tt_tmp = NULL; local
107 hlist_for_each_entry_rcu(tt, head, hash_entry) {
108 if (!batadv_compare_eth(tt, addr))
111 if (tt
3700 struct batadv_tt_global_entry *tt; local
[all...]
H A Dtypes.h169 * @tt: VLAN specific TT attributes
176 struct batadv_vlan_tt tt; member in struct:batadv_orig_node_vlan
216 * @tt_buff: last tt changeset this node received from the orig node
217 * @tt_buff_len: length of the last tt changeset this node received from the
296 * @BATADV_ORIG_CAPA_HAS_TT: orig node has tt capability
421 * @BATADV_CNT_TT_REQUEST_TX: transmitted tt req traffic packet counter
422 * @BATADV_CNT_TT_REQUEST_RX: received tt req traffic packet counter
423 * @BATADV_CNT_TT_RESPONSE_TX: transmitted tt resp traffic packet counter
424 * @BATADV_CNT_TT_RESPONSE_RX: received tt resp traffic packet counter
425 * @BATADV_CNT_TT_ROAM_ADV_TX: transmitted tt roa
704 struct batadv_vlan_tt tt; member in struct:batadv_softif_vlan
814 struct batadv_priv_tt tt; member in struct:batadv_priv
[all...]

Completed in 44 milliseconds