Searched refs:ifba (Results 1 – 1 of 1) sorted by relevance
1376 struct ifbareq *ifba; in switch_port_list_verify_rt_table() local1392 for (i = 0, ifba = rt_table; i < count; i++, ifba++) { in switch_port_list_verify_rt_table()1399 eaddr = (ether_addr_t *)&ifba->ifba_dst; in switch_port_list_verify_rt_table()1404 ifba->ifba_ifsname); in switch_port_list_verify_rt_table()1407 ifba->ifba_ifsname); in switch_port_list_verify_rt_table()1415 ifba->ifba_ifsname, addr_index); in switch_port_list_verify_rt_table()2626 struct ifbareq * ifba; in bridge_rt_table_log() local2628 for (i = 0, ifba = rt_table; i < count; i++, ifba++) { in bridge_rt_table_log()2629 ether_ntoa_buf((const ether_addr_t *)&ifba->ifba_dst, in bridge_rt_table_log()2631 T_LOG("%s %s %lu", ifba->ifba_ifsname, ntoabuf, in bridge_rt_table_log()[all …]