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