Searched refs:ifba (Results 1 – 1 of 1) sorted by relevance
1699 struct ifbareq *ifba; in switch_port_list_verify_rt_table() local1715 for (i = 0, ifba = rt_table; i < count; i++, ifba++) { in switch_port_list_verify_rt_table()1722 eaddr = (ether_addr_t *)&ifba->ifba_dst; in switch_port_list_verify_rt_table()1727 ifba->ifba_ifsname); in switch_port_list_verify_rt_table()1730 ifba->ifba_ifsname); in switch_port_list_verify_rt_table()1738 ifba->ifba_ifsname, addr_index); in switch_port_list_verify_rt_table()2994 struct ifbareq * ifba; in bridge_rt_table_log() local2996 for (i = 0, ifba = rt_table; i < count; i++, ifba++) { in bridge_rt_table_log()2997 ether_ntoa_buf((const ether_addr_t *)&ifba->ifba_dst, in bridge_rt_table_log()2999 T_LOG("%s %s %lu", ifba->ifba_ifsname, ntoabuf, in bridge_rt_table_log()[all …]