Searched refs:ifba (Results 1 – 1 of 1) sorted by relevance
1926 struct ifbareq *ifba; in switch_port_list_verify_rt_table() local1942 for (i = 0, ifba = rt_table; i < count; i++, ifba++) { in switch_port_list_verify_rt_table()1949 eaddr = (ether_addr_t *)&ifba->ifba_dst; in switch_port_list_verify_rt_table()1954 ifba->ifba_ifsname); in switch_port_list_verify_rt_table()1957 ifba->ifba_ifsname); in switch_port_list_verify_rt_table()1965 ifba->ifba_ifsname, addr_index); in switch_port_list_verify_rt_table()3386 struct ifbareq * ifba; in bridge_rt_table_log() local3388 for (i = 0, ifba = rt_table; i < count; i++, ifba++) { in bridge_rt_table_log()3389 ether_ntoa_buf((const ether_addr_t *)&ifba->ifba_dst, in bridge_rt_table_log()3391 T_LOG("%s %s %lu", ifba->ifba_ifsname, ntoabuf, in bridge_rt_table_log()[all …]