Searched refs:outgoing_ifname (Results 1 – 2 of 2) sorted by relevance
37 free(fdb->outgoing_ifname); in bridge_fdb_free()196 if (fdb->outgoing_ifname) { in bridge_fdb_is_ready_to_configure()197 if (link_get_by_name(link->manager, fdb->outgoing_ifname, &out) < 0) in bridge_fdb_is_ready_to_configure()508 fdb->outgoing_ifname = mfree(fdb->outgoing_ifname); in config_parse_fdb_interface()516 fdb->outgoing_ifname = mfree(fdb->outgoing_ifname); in config_parse_fdb_interface()528 r = free_and_strdup(&fdb->outgoing_ifname, rvalue); in config_parse_fdb_interface()
39 char *outgoing_ifname; member