Lines Matching full:batman
170 * We do not actually need to set any rx filters for the virtual batman
226 /* drop batman-in-batman packets to prevent loops */ in batadv_interface_tx()
337 /* batman packet type: broadcast */ in batadv_interface_tx()
395 * batadv_interface_rx() - receive ethernet frame on local batman-adv interface
398 * @hdr_size: size of already parsed batman-adv header
399 * @orig_node: originator from which the batman-adv packet was sent
402 * skb->data has still point to the batman-adv header with the size @hdr_size.
407 * ethernet frame is invalid or contains again an batman-adv packet. Also
428 /* clean the netfilter state now that the batman-adv header has been in batadv_interface_rx()
446 /* drop batman-in-batman packets to prevent loops */ in batadv_interface_rx()
631 * batman-adv does not know how to handle other types in batadv_interface_add_vid()
677 /* only 802.1Q vlans are supported. batman-adv does not know how to in batadv_interface_kill_vid()
695 /* batman-adv network devices have devices nesting below it and are a special
894 strscpy(info->bus_info, "batman", sizeof(info->bus_info)); in batadv_get_drvinfo()
1077 * @soft_iface: the to-be-removed batman-adv interface
1106 * Return: true when net_dev is a batman-adv interface, false otherwise