Lines Matching defs:orig

261  * batadv_tt_global_hash_count() - count the number of orig entries
383 * batadv_tt_orig_list_entry_release() - release tt orig entry from lists and
385 * @ref: kref pointer of the tt orig entry
399 * batadv_tt_orig_list_entry_put() - decrement the tt orig entry refcounter and
401 * @orig_entry: tt orig entry to be free'd
447 /* DEL+ADD in the same orig interval have no effect and can be
1460 * OR of all sync flags from any of its TT orig entries.
1480 * batadv_tt_global_orig_entry_add() - add or update a TT orig entry
1481 * @tt_global: the TT global entry to add an orig entry in
1482 * @orig_node: the originator to add an orig entry for
1562 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid))
1638 * remove the previous temporary orig node and re-add it
1639 * if required. If the orig entry changed, the new one which
1675 orig_node->orig);
1752 * @orig: Originator node announcing a non-mesh client
1760 struct batadv_tt_orig_list_entry *orig,
1763 u16 flags = (common->flags & (~BATADV_TT_SYNC_MASK)) | orig->flags;
1769 vlan = batadv_orig_node_vlan_get(orig->orig_node,
1784 last_ttvn = atomic_read(&orig->orig_node->last_ttvn);
1788 orig->orig_node->orig) ||
1789 nla_put_u8(msg, BATADV_ATTR_TT_TTVN, orig->ttvn) ||
1960 * @orig_entry: the orig entry to remove and free
1984 /* deletes the orig list of a tt_global_entry */
2027 orig_node->orig,
2605 * @orig_node: orig node this request is being issued for
2629 ether_addr_copy(tt_req_node->addr, orig_node->orig);
2784 orig_node->orig,
2848 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig,
2919 dst_orig_node->orig, full_table ? 'F' : '.');
2923 dst_orig_node->orig, BATADV_TVLV_TT, 1,
2974 /* Let's get the orig node of the REAL destination */
3042 res_dst_orig_node->orig);
3054 res_dst_orig_node->orig, req_dst_orig_node->orig,
3059 batadv_tvlv_unicast_send(bat_priv, req_dst_orig_node->orig,
3171 orig_node->orig, full_table ? 'F' : '.', req_ttvn);
3494 orig_node->orig, client, batadv_print_vid(vid));
3502 orig_node->orig, BATADV_TVLV_ROAM, 1,
3750 /* orig table not initialised AND first diff is in the OGM OR the ttvn
3799 orig_node->orig, ttvn, orig_ttvn,
3864 * @orig_node: orig node which the temporary entry should be associated with
3887 "Added temporary global client (addr: %pM, vid: %d, orig: %pM)\n",
3888 addr, batadv_print_vid(vid), orig_node->orig);
3937 * @orig: the orig_node of the ogm
3943 struct batadv_orig_node *orig,
3969 batadv_tt_update_orig(bat_priv, orig, tt_vlan, num_vlan, tt_change,