Searched refs:ttvn (Results 1 - 6 of 6) sorted by relevance

/net/batman-adv/
H A Dtranslation-table.c580 "Creating new local tt entry: %pM (vid: %d, ttvn: %d)\n",
586 * a full table response going out before the next ttvn increment
735 (*tt_data)->ttvn = atomic_read(&orig_node->last_ttvn);
807 (*tt_data)->ttvn = atomic_read(&bat_priv->tt.vn);
991 * response issued before the net ttvn increment (consistency check)
1244 struct batadv_orig_node *orig_node, int ttvn)
1250 /* refresh the ttvn: the current value could be a bogus one that
1253 orig_entry->ttvn = ttvn;
1265 orig_entry->ttvn
1243 batadv_tt_global_orig_entry_add(struct batadv_tt_global_entry *tt_global, struct batadv_orig_node *orig_node, int ttvn) argument
1298 batadv_tt_global_add(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const unsigned char *tt_addr, unsigned short vid, uint16_t flags, uint8_t ttvn) argument
2436 batadv_send_tt_request(struct batadv_priv *bat_priv, struct batadv_orig_node *dst_orig_node, uint8_t ttvn, struct batadv_tvlv_tt_vlan_data *tt_vlan, uint16_t num_vlan, bool full_table) argument
2777 _batadv_tt_update_changes(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, struct batadv_tvlv_tt_change *tt_change, uint16_t tt_num_changes, uint8_t ttvn) argument
2810 batadv_tt_fill_gtable(struct batadv_priv *bat_priv, struct batadv_tvlv_tt_change *tt_change, uint8_t ttvn, uint8_t *resp_src, uint16_t num_entries) argument
2841 batadv_tt_update_changes(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, uint16_t tt_num_changes, uint8_t ttvn, struct batadv_tvlv_tt_change *tt_change) argument
3295 batadv_tt_update_orig(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, const void *tt_buff, uint16_t tt_num_vlan, struct batadv_tvlv_tt_change *tt_change, uint16_t tt_num_changes, uint8_t ttvn) argument
[all...]
H A Dsend.c157 uint8_t ttvn = (uint8_t)atomic_read(&orig_node->last_ttvn); local
171 unicast_packet->ttvn = ttvn;
291 * try to reroute it because the ttvn contained in the header is less
295 unicast_packet->ttvn = unicast_packet->ttvn - 1;
H A Dpacket.h326 * @ttvn: translation table version number
333 uint8_t ttvn; /* destination translation table version number */ member in struct:batadv_unicast_packet
494 * @ttvn: translation table version number
500 uint8_t ttvn; member in struct:batadv_tvlv_tt_data
H A Dnetwork-coding.c1121 coded_packet->first_ttvn = packet1->ttvn;
1129 coded_packet->second_ttvn = packet2->ttvn;
1618 uint8_t *orig_dest, ttl, ttvn; local
1655 ttvn = coded_packet_tmp.second_ttvn;
1659 ttvn = coded_packet_tmp.first_ttvn;
1687 unicast_packet->ttvn = ttvn;
H A Drouting.c667 unicast_packet->ttvn = orig_ttvn;
744 is_old_ttvn = batadv_seq_before(unicast_packet->ttvn, curr_ttvn);
748 old_ttvn = unicast_packet->ttvn;
780 unicast_packet->ttvn = curr_ttvn;
H A Dtypes.h959 * @ttvn: translation table version number which added the non-mesh client
966 uint8_t ttvn; member in struct:batadv_tt_orig_list_entry

Completed in 94 milliseconds