/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/rib/rib6_internal.h
22 строки
418 B
Maxime Leroy
fib6: fix tbl8 reservation drift in trie
01 июл 2026, 13:28
01 июл 2026, 13:28
7ff5184
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2026 Maxime Leroy, Free Mobile */ #ifndef RIB6_INTERNAL_H #define RIB6_INTERNAL_H #include <stdbool.h> #include <rte_compat.h> struct rte_rib6_node; __rte_internal bool rte_rib6_node_has_children(const struct rte_rib6_node *node); __rte_internal struct rte_rib6_node * rte_rib6_get_parent(const struct rte_rib6_node *node); #endif /* RIB6_INTERNAL_H */