Home
last modified time | relevance | path

Searched refs:BridgeFDB (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/network/
Dnetworkd-bridge-fdb.c26 BridgeFDB *bridge_fdb_free(BridgeFDB *fdb) { in bridge_fdb_free()
41 DEFINE_SECTION_CLEANUP_FUNCTIONS(BridgeFDB, bridge_fdb_free);
48 BridgeFDB **ret) { in bridge_fdb_new_static()
51 _cleanup_(bridge_fdb_freep) BridgeFDB *fdb = NULL; in bridge_fdb_new_static()
74 fdb = new(BridgeFDB, 1); in bridge_fdb_new_static()
79 *fdb = (BridgeFDB) { in bridge_fdb_new_static()
119 static int bridge_fdb_configure_message(const BridgeFDB *fdb, Link *link, sd_netlink_message *req) { in bridge_fdb_configure_message()
166 static int bridge_fdb_configure(BridgeFDB *fdb, Link *link, Request *req) { in bridge_fdb_configure()
186 static bool bridge_fdb_is_ready_to_configure(BridgeFDB *fdb, Link *link) { in bridge_fdb_is_ready_to_configure()
212 BridgeFDB *fdb = ASSERT_PTR(userdata); in bridge_fdb_process_request()
[all …]
Dnetworkd-bridge-fdb.h27 typedef struct BridgeFDB { struct
41 } BridgeFDB; argument
43 BridgeFDB *bridge_fdb_free(BridgeFDB *fdb);
Dnetworkd-network-gperf.gperf328 BridgeFDB.MACAddress, config_parse_fdb_hwaddr, …
329 BridgeFDB.VLANId, config_parse_fdb_vlan_id, …
330 BridgeFDB.Destination, config_parse_fdb_destination, …
331 BridgeFDB.VNI, config_parse_fdb_vxlan_vni, …
332 BridgeFDB.AssociatedWith, config_parse_fdb_ntf_flags, …
333 BridgeFDB.OutgoingInterface, config_parse_fdb_interface, …
Dnetworkd-network.c782 BridgeFDB *fdb; in network_has_static_ipv6_configurations()
/systemd-251/test/test-network/conf/
D25-vxlan.network9 [BridgeFDB]
13 [BridgeFDB]
17 [BridgeFDB]
D25-vxlan-ipv6.network9 [BridgeFDB]
15 [BridgeFDB]
21 [BridgeFDB]
/systemd-251/test/fuzz/fuzz-network-parser/
Ddirectives57 [BridgeFDB]