Searched refs:DEFINE_SECTION_CLEANUP_FUNCTIONS (Results 1 – 17 of 17) sorted by relevance
/systemd-251/src/shared/ |
D | netif-sriov.h | 43 DEFINE_SECTION_CLEANUP_FUNCTIONS(SRIOV, sr_iov_free);
|
D | conf-parser.h | 150 #define DEFINE_SECTION_CLEANUP_FUNCTIONS(type, free_func) \ macro
|
/systemd-251/src/network/tc/ |
D | tclass.h | 69 DEFINE_SECTION_CLEANUP_FUNCTIONS(TClass, tclass_free);
|
D | qdisc.h | 87 DEFINE_SECTION_CLEANUP_FUNCTIONS(QDisc, qdisc_free);
|
/systemd-251/src/network/ |
D | networkd-route.h | 82 DEFINE_SECTION_CLEANUP_FUNCTIONS(Route, route_free);
|
D | networkd-address.h | 84 DEFINE_SECTION_CLEANUP_FUNCTIONS(Address, address_free);
|
D | networkd-dhcp-server-static-lease.c | 10 DEFINE_SECTION_CLEANUP_FUNCTIONS(DHCPStaticLease, dhcp_static_lease_free);
|
D | networkd-address-label.c | 28 DEFINE_SECTION_CLEANUP_FUNCTIONS(AddressLabel, address_label_free);
|
D | networkd-bridge-mdb.c | 32 DEFINE_SECTION_CLEANUP_FUNCTIONS(BridgeMDB, bridge_mdb_free);
|
D | networkd-bridge-fdb.c | 41 DEFINE_SECTION_CLEANUP_FUNCTIONS(BridgeFDB, bridge_fdb_free);
|
D | networkd-radv.c | 81 DEFINE_SECTION_CLEANUP_FUNCTIONS(Prefix, prefix_free); 139 DEFINE_SECTION_CLEANUP_FUNCTIONS(RoutePrefix, route_prefix_free);
|
D | networkd-neighbor.c | 30 DEFINE_SECTION_CLEANUP_FUNCTIONS(Neighbor, neighbor_free);
|
D | networkd-nexthop.c | 51 DEFINE_SECTION_CLEANUP_FUNCTIONS(NextHop, nexthop_free);
|
D | networkd-routing-policy-rule.c | 64 DEFINE_SECTION_CLEANUP_FUNCTIONS(RoutingPolicyRule, routing_policy_rule_free);
|
/systemd-251/src/network/netdev/ |
D | macsec.c | 52 DEFINE_SECTION_CLEANUP_FUNCTIONS(ReceiveAssociation, macsec_receive_association_free); 111 DEFINE_SECTION_CLEANUP_FUNCTIONS(ReceiveChannel, macsec_receive_channel_free); 179 DEFINE_SECTION_CLEANUP_FUNCTIONS(TransmitAssociation, macsec_transmit_association_free);
|
D | l2tp-tunnel.c | 55 DEFINE_SECTION_CLEANUP_FUNCTIONS(L2tpSession, l2tp_session_free);
|
D | wireguard.c | 68 DEFINE_SECTION_CLEANUP_FUNCTIONS(WireguardPeer, wireguard_peer_free);
|