Lines Matching defs:local
162 * batadv_tt_local_hash_find() - search the local table for a given client
314 * batadv_tt_local_size_mod() - change the size by v of the local table
318 * @v: the amount to sum to the local table size
335 * batadv_tt_local_size_inc() - increase by one the local table size for the
347 * batadv_tt_local_size_dec() - decrease by one the local table size for the
454 * batadv_tt_local_event() - store a local TT event (ADD/DEL)
551 * batadv_tt_local_table_transmit_size() - calculates the local translation
555 * Return: local translation table size in bytes.
623 * batadv_tt_local_add() - add a new client to the local table or update an
700 "Local translation table size (%i) exceeds maximum packet size (%i); Ignoring new local tt entry: %pM\n",
713 "adding TT local entry %pM to non-existent VLAN %d\n",
721 "Creating new local tt entry: %pM (vid: %d, ttvn: %d)\n",
726 /* The local entry has to be marked as NEW to avoid to send it in
904 * function reserves the amount of space needed to send the entire local TT
982 * container after local tt changes have been committed
1057 * batadv_tt_local_dump_entry() - Dump one TT local entry into a message
1062 * @common: tt local & tt global common data
1074 struct batadv_tt_local_entry *local;
1078 local = container_of(common, struct batadv_tt_local_entry, common);
1079 last_seen_msecs = jiffies_to_msecs(jiffies - local->last_seen);
1116 * batadv_tt_local_dump_bucket() - Dump one TT local bucket into a message
1158 * batadv_tt_local_dump() - Dump TT local entries into a message
1224 /* The local client has to be marked as "pending to be removed" but has
1237 * batadv_tt_local_remove() - logically remove an entry from the local table
1244 * Return: the flags assigned to the local entry before being deleted
1263 * mark the local entry as "roamed" in order to correctly reroute
1268 /* mark the local client as ROAMed */
1302 * batadv_tt_local_purge_list() - purge inactive tt local entries
1304 * @head: pointer to the list containing the local tt entries
1305 * @timeout: parameter deciding whether a given tt local entry is considered
1337 * batadv_tt_local_purge() - purge inactive tt local entries
1339 * @timeout: parameter deciding whether a given tt local entry is considered
1584 * If a TT local entry exists for this non-mesh client remove it.
1609 /* if the node already has a local client for this entry, it has to wait
1720 /* Do not remove multicast addresses from the local hash on
1726 /* remove address from local hash if present */
1788 * batadv_tt_global_dump_subentry() - Dump all TT local entries into a message
1792 * @common: tt local & tt global common data
1854 * @common: tt local & tt global common data
1894 * batadv_tt_global_dump_bucket() - Dump one TT local bucket into a message
2092 /* no local entry exists, case 1:
2169 /* local entry exists, case 2: client roamed to us. */
2173 /* no local entry exists, case 1: check for roaming */
2414 * batadv_tt_global_crc() - calculates the checksum of the local table belonging
2509 * batadv_tt_local_crc() - calculates the checksum of the local table
2516 * Return: the checksum of the local table
2681 * batadv_tt_local_valid() - verify local tt entry and get flags
2682 * @entry_ptr: to be checked local tt entry
2686 * Checks the validity of the given local TT entry. If it is, then the provided
2857 * batadv_tt_local_update_crc() - update all the local CRCs
3158 * is too big send the whole local translation table
3329 * batadv_is_my_client() - check if a client is served by the local node
3592 * batadv_tt_local_set_flags() - set or unset the specified flags on the local
3636 /* Purge out all the tt local entries marked with BATADV_TT_CLIENT_PENDING */
3661 "Deleting local tt entry (%pM, vid: %d): pending\n",
3678 * batadv_tt_local_commit_changes_nolock() - commit all pending local tt changes
3711 * batadv_tt_local_commit_changes() - commit all pending local tt changes which
3879 * @addr: the mac address of the local client to query
3882 * Return: true if the local client is known to be roaming (it is not served by
3916 /* ignore loop detect macs, they are not supposed to be in the tt local
3935 * batadv_tt_local_resize_to_mtu() - resize the local translation table fit the
3962 "Forced to purge local tt entries to fit new maximum fragment MTU (%i)\n",