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

/net/batman-adv/
H A Dmain.c117 spin_lock_init(&bat_priv->tvlv.container_list_lock);
118 spin_lock_init(&bat_priv->tvlv.handler_list_lock);
135 INIT_HLIST_HEAD(&bat_priv->tvlv.container_list);
136 INIT_HLIST_HEAD(&bat_priv->tvlv.handler_list);
463 /* unicast tvlv packet */
605 * batadv_tvlv_handler_free_ref - decrement the tvlv handler refcounter and
607 * @tvlv_handler: the tvlv handler to free
617 * batadv_tvlv_handler_get - retrieve tvlv handler from the tvlv handler list
620 * @type: tvlv handle
656 batadv_tvlv_container_free_ref(struct batadv_tvlv_container *tvlv) argument
678 struct batadv_tvlv_container *tvlv_tmp, *tvlv = NULL; local
709 struct batadv_tvlv_container *tvlv; local
728 batadv_tvlv_container_remove(struct batadv_tvlv_container *tvlv) argument
750 struct batadv_tvlv_container *tvlv; local
850 struct batadv_tvlv_container *tvlv; local
[all...]
H A Dtypes.h298 * (= orig node announces a tvlv of type BATADV_TVLV_MCAST)
599 * struct batadv_priv_tvlv - per mesh interface tvlv data
600 * @container_list: list of registered tvlv containers to be sent with each OGM
601 * @handler_list: list of the various tvlv content handlers
602 * @container_list_lock: protects tvlv container list access
634 * @flags: the flags we have last sent in our mcast tvlv
635 * @enabled: whether the multicast tvlv is currently enabled
636 * @num_disabled: number of nodes that have no mcast tvlv
756 * @tvlv: type-version-length-value data
815 struct batadv_priv_tvlv tvlv; member in struct:batadv_priv
[all...]

Completed in 62 milliseconds