/
githubmirror
/
iproute2
Обзор
Документация
Войти
/
githubmirror
/
iproute2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
include/bridge.h
14 строк
426 B
Fabian Pfitzner
bridge: move mcast querier dumping code into a shared function
02 июл 2025, 17:35
02 июл 2025, 17:35
da6fbcf
Код
Авторство
О чём код?
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __BRIDGE_H__ #define __BRIDGE_H__ 1 #include <linux/if_bridge.h> #include <linux/rtnetlink.h> void bridge_print_vlan_flags(__u16 flags); void bridge_print_vlan_stats_only(const struct bridge_vlan_xstats *vstats); void bridge_print_vlan_stats(const struct bridge_vlan_xstats *vstats); void bridge_print_mcast_querier_state(const struct rtattr *vtb); #endif /* __BRIDGE_H__ */