Searched refs:outgoing_ifindex (Results 1 – 2 of 2) sorted by relevance
145 if (fdb->outgoing_ifindex > 0) { in bridge_fdb_configure_message()146 r = sd_netlink_message_append_u32(req, NDA_IFINDEX, fdb->outgoing_ifindex); in bridge_fdb_configure_message()200 fdb->outgoing_ifindex = out->ifindex; in bridge_fdb_is_ready_to_configure()201 } else if (fdb->outgoing_ifindex > 0) { in bridge_fdb_is_ready_to_configure()202 if (link_get_by_index(link->manager, fdb->outgoing_ifindex, &out) < 0) in bridge_fdb_is_ready_to_configure()509 fdb->outgoing_ifindex = 0; in config_parse_fdb_interface()517 fdb->outgoing_ifindex = r; in config_parse_fdb_interface()531 fdb->outgoing_ifindex = 0; in config_parse_fdb_interface()
40 int outgoing_ifindex; member