Lines Matching defs:orig

367 	/** @orig: originator ethernet address */
368 u8 orig[ETH_ALEN];
379 /** @dat_addr: address of the orig node in the distributed hash */
397 /** @mcast_flags: multicast flags announced by the orig node */
441 /** @tt_buff: last tt changeset this node received from the orig node */
446 * from the orig node
464 * originated from this orig node this host already has seen (relative
476 * @neigh_list: list of potential next hop neighbor towards this orig
490 /** @bat_priv: pointer to soft_iface this orig node belongs to */
503 /** @in_coding_list: list of nodes this orig can hear */
506 /** @out_coding_list: list of nodes that can hear this orig */
533 * enum batadv_orig_capabilities - orig node capabilities
537 * @BATADV_ORIG_CAPA_HAS_DAT: orig node has distributed arp table
542 /** @BATADV_ORIG_CAPA_HAS_NC: orig node has network coding enabled */
545 /** @BATADV_ORIG_CAPA_HAS_TT: orig node has tt capability */
549 * @BATADV_ORIG_CAPA_HAS_MCAST: orig node has some multicast capability
550 * (= orig node announces a tvlv of type BATADV_TVLV_MCAST)
556 * struct batadv_gw_node - structure for orig nodes announcing gw capabilities
562 /** @orig_node: pointer to corresponding orig node */
615 * @orig: the address of the originator this neighbor node belongs to
617 u8 orig[ETH_ALEN];
747 /** @orig: mac address of orig node originating the broadcast */
748 u8 orig[ETH_ALEN];
1738 /** @orig_hash: hash table containing mesh participants (orig nodes) */
1753 /** @orig_work: work queue callback item for orig node purging */
1826 * @orig: originator address of backbone node (mac address of primary
1829 u8 orig[ETH_ALEN];
1953 /** @orig_list: list of orig nodes announcing this non-mesh client */
1967 * struct batadv_tt_orig_list_entry - orig node announcing a non-mesh client
1970 /** @orig_node: pointer to orig node announcing this non-mesh client */
1979 /** @flags: per orig entry TT sync flags */
2060 /** @orig_node: pointer to corresponding orig node struct */
2310 /** @orig: callbacks related to originators handling */
2311 struct batadv_algo_orig_ops orig;
2402 struct batadv_orig_node *orig,