• Home
  • Raw
  • Download

Lines Matching full:backbone

79  * batadv_choose_backbone_gw() - choose the right bucket for a backbone gateway.
83 * Return: the hash index of the backbone gateway
98 * batadv_compare_backbone_gw() - compare address and vid of two backbone gws
100 * @data2: pointer to the second backbone gateway
146 * batadv_backbone_gw_release() - release backbone gw from lists and queue for
148 * @ref: kref pointer of the backbone gw
161 * batadv_backbone_gw_put() - decrement the backbone gw refcounter and possibly
163 * @backbone_gw: backbone gateway to be free'd
251 * batadv_backbone_hash_find() - looks for a backbone gateway in the hash
256 * Return: backbone gateway if found or NULL otherwise
295 * batadv_bla_del_backbone_claims() - delete all claims for a backbone
296 * @backbone_gw: backbone gateway where the claims should be removed
415 * set HW SRC and header destination to the receiving backbone in batadv_bla_send_claim()
488 * batadv_bla_get_backbone_gw() - finds or creates a backbone gateway
492 * @own_backbone: set if the requested backbone is local
494 * Return: the (possibly created) backbone gateway or NULL on error
544 "became a backbone gateway"); in batadv_bla_get_backbone_gw()
561 * batadv_bla_update_own_backbone_gw() - updates the own backbone gw for a VLAN
566 * update or add the own backbone gw to make sure we announce
567 * where we receive other backbone gws
638 * @backbone_gw: the backbone gateway from whom we are out of sync
640 * When the crc is wrong, ask the backbone gateway for a full table update.
666 * @backbone_gw: our backbone gateway which should be announced
689 * @backbone_gw: the backbone gateway which claims it
737 /* no need to register a new backbone */ in batadv_bla_add_claim()
894 * @backbone_addr: backbone address to be requested (ARP sender HW MAC)
927 * @backbone_addr: originator address of the backbone (Ethernet source)
965 * @backbone_addr: originator address of the backbone (Ethernet Source)
1180 /* become a backbone gw ourselves on this vlan if not happened yet */ in batadv_bla_process_claim()
1216 * batadv_bla_purge_backbone_gw() - Remove backbone gateways after a timeout or
1222 * a time out, or clean all backbone gws if now is set.
1251 "%s(): backbone gw %pM timed out\n", in batadv_bla_purge_backbone_gw()
1327 * batadv_bla_update_orig_address() - Update the backbone gateways when the own
1385 * @backbone_gw: the backbone gateway for which a loop should be detected
1388 * detection packet on the backbone. Unlike other BLA frames, this frame will
1492 * problems when we are not yet known as backbone gw in batadv_bla_periodic_work()
1493 * in the backbone. in batadv_bla_periodic_work()
1519 /* The hash for claim and backbone hash receive the same key because they
1602 * same packet because it is connected to the same backbone, so we have to
1694 * same packet because it is connected to the same backbone, so we have to
1711 * same packet because it is connected to the same backbone, so we have to
1736 * Return: true if orig is a backbone for this vid, false otherwise.
1770 * batadv_bla_is_backbone_gw() - check if originator is a backbone gw for a VLAN
1793 /* see if this originator is a backbone gw for this VLAN */ in batadv_bla_is_backbone_gw()
1927 * delivery might send to multiple backbone gateways in batadv_bla_rx()
1929 * which backbone gateway forwards into the LAN, in batadv_bla_rx()
1943 /* potential duplicates from foreign BLA backbone gateways via in batadv_bla_rx()
2105 * the backbone network. in batadv_bla_tx()
2363 * batadv_bla_backbone_table_seq_print_text() - print the backbone table in a
2428 * batadv_bla_backbone_dump_entry() - dump one entry of the backbone table to a
2493 * batadv_bla_backbone_dump_bucket() - dump one bucket of the backbone table to
2538 * batadv_bla_backbone_dump() - dump backbone table to a netlink socket