Lines Matching full:batman
137 * batadv_is_on_batman_iface() - check if a device is a batman iface descendant
140 * If the user creates any virtual device on top of a batman-adv interface, it
142 * mesh network (this behaviour would lead to a batman-over-batman
144 * device passed as argument looking for a batman-adv soft interface.
146 * Return: true if the device is descendant of a batman-adv mesh interface (or
147 * if it is a batman-adv interface itself), false otherwise
157 /* check if this is a batman-adv mesh interface */ in batadv_is_on_batman_iface()
198 /* no batman over batman */ in batadv_is_valid_iface()
613 * batman-adv can send over the wire (without considering the payload in batadv_hardif_min_mtu()
622 * However batman-adv does not support MTUs bigger than ETH_DATA_LEN in batadv_hardif_min_mtu()
757 …"The MTU of interface %s is too small (%i) to handle the transport of batman-adv packets. Packets … in batadv_hardif_enable_interface()
764 …"The MTU of interface %s is too small (%i) to handle the transport of batman-adv packets. If you e… in batadv_hardif_enable_interface()