]> git.proxmox.com Git - mirror_frr.git/blobdiff - bfdd/bfd.c
*: Rename backet to bucket
[mirror_frr.git] / bfdd / bfd.c
index 12ba16bc82f2214638f3fcddb6a01db20cbf86b0..afd5d814a0bbd64a3ff3688e90df868662c6b908 100644 (file)
@@ -1294,7 +1294,7 @@ static void _shop_key(struct bfd_session *bs, const struct bfd_shop_key *shop);
 static void _shop_key2(struct bfd_session *bs, const struct bfd_shop_key *shop);
 static void _mhop_key(struct bfd_session *bs, const struct bfd_mhop_key *mhop);
 
-static void _bfd_free(struct hash_backet *hb,
+static void _bfd_free(struct hash_bucket *hb,
                      void *arg __attribute__((__unused__)));
 
 /* BFD hash for our discriminator. */
@@ -1516,7 +1516,7 @@ void bfd_initialize(void)
                                    "BFD multihop hop hash");
 }
 
-static void _bfd_free(struct hash_backet *hb,
+static void _bfd_free(struct hash_bucket *hb,
                      void *arg __attribute__((__unused__)))
 {
        struct bfd_session *bs = hb->data;