Lines Matching full:mesh
39 #include "mesh-interface.h"
142 * mesh network (this behaviour would lead to a batman-over-batman
144 * device passed as argument looking for a batman-adv mesh interface.
146 * Return: true if the device is descendant of a batman-adv mesh interface (or
157 /* check if this is a batman-adv mesh interface */ in batadv_is_on_batman_iface()
539 * @mesh_iface: netdev struct of the mesh interface
579 * batadv_hardif_min_mtu() - Calculate maximum MTU for mesh interface
580 * @mesh_iface: netdev struct of the mesh interface
582 * Return: MTU for the mesh-interface (limited by the minimal MTU of all active
623 /* the real mesh-interface MTU is computed by removing the payload in batadv_hardif_min_mtu()
632 * @mesh_iface: netdev struct of the mesh interface
705 * batadv_hardif_enable_interface() - Enslave hard interface to mesh interface
706 * @hard_iface: hard interface to add to mesh interface
707 * @mesh_iface: netdev struct of the mesh interface
797 * batadv_hardif_cnt() - get number of interfaces enslaved to mesh interface
798 * @mesh_iface: mesh interface to check
824 * batadv_hardif_disable_interface() - Remove hard interface from mesh interface
933 * batadv_hard_if_event_meshif() - Handle events for mesh interfaces