Home
last modified time | relevance | path

Searched refs:IFLA_BR_TCN_TIMER (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Drtnl_ifla_info_data_bridge_attrs.h125 #if defined(IFLA_BR_TCN_TIMER) || (defined(HAVE_DECL_IFLA_BR_TCN_TIMER) && HAVE_DECL_IFLA_BR_TCN_TI…
127 static_assert((IFLA_BR_TCN_TIMER) == (17), "IFLA_BR_TCN_TIMER != 17");
130 # define IFLA_BR_TCN_TIMER 17
349 [IFLA_BR_TCN_TIMER] = XLAT(IFLA_BR_TCN_TIMER),
Drtnl_ifla_info_data_bridge_attrs.in19 IFLA_BR_TCN_TIMER 17
/external/iproute2/ip/
Diplink_bridge.c502 if (tb[IFLA_BR_TCN_TIMER]) in bridge_print_opt()
503 _bridge_print_timer(f, "tcn_timer", tb[IFLA_BR_TCN_TIMER]); in bridge_print_opt()
/external/iproute2/include/uapi/linux/
Dif_link.h252 IFLA_BR_TCN_TIMER, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h262 IFLA_BR_TCN_TIMER, enumerator
/external/strace/
Drtnl_link.c309 [IFLA_BR_TCN_TIMER] = decode_nla_u64,