Lines Matching full:batman
175 * We do not actually need to set any rx filters for the virtual batman
231 /* drop batman-in-batman packets to prevent loops */ in batadv_interface_tx()
342 /* batman packet type: broadcast */ in batadv_interface_tx()
408 * batadv_interface_rx() - receive ethernet frame on local batman-adv interface
411 * @hdr_size: size of already parsed batman-adv header
412 * @orig_node: originator from which the batman-adv packet was sent
415 * skb->data has still point to the batman-adv header with the size @hdr_size.
420 * ethernet frame is invalid or contains again an batman-adv packet. Also
441 /* clean the netfilter state now that the batman-adv header has been in batadv_interface_rx()
459 /* drop batman-in-batman packets to prevent loops */ in batadv_interface_rx()
660 * batman-adv does not know how to handle other types in batadv_interface_add_vid()
717 /* only 802.1Q vlans are supported. batman-adv does not know how to in batadv_interface_kill_vid()
735 /* batman-adv network devices have devices nesting below it and are a special
941 strscpy(info->bus_info, "batman", sizeof(info->bus_info)); in batadv_get_drvinfo()
1092 pr_err("Unable to register the batman interface '%s': %i\n", in batadv_softif_create()
1103 * @soft_iface: the to-be-removed batman-adv interface
1126 * @soft_iface: the to-be-removed batman-adv interface
1157 * Return: true when net_dev is a batman-adv interface, false otherwise