Home
last modified time | relevance | path

Searched refs:alloca0 (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Dfirewall-util-iptables.c114 entry = alloca0(sz); in fw_iptables_add_masquerade()
215 entry = alloca0(sz); in fw_iptables_add_local_dnat()
273 mask = alloca0(sz); in fw_iptables_add_local_dnat()
/systemd-251/src/basic/
Dalloc-util.h44 (t*) alloca0((sizeof(t)*_n_)); \
141 #define alloca0(n) \ macro
/systemd-251/src/core/
Dbpf-firewall.c374 key_ipv4 = alloca0(offsetof(struct bpf_lpm_trie_key, data) + sizeof(uint32_t)); in bpf_firewall_add_access_items()
375 key_ipv6 = alloca0(offsetof(struct bpf_lpm_trie_key, data) + sizeof(uint32_t) * 4); in bpf_firewall_add_access_items()
/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c497 msghdr.msg_control = alloca0(msghdr.msg_controllen); in sd_pid_notify_with_fds()
/systemd-251/src/journal/
Djournald-stream.c969 msghdr.msg_control = alloca0(msghdr.msg_controllen); in stdout_stream_send_notify()
/systemd-251/src/libsystemd/sd-bus/
Dbus-socket.c1061 mh.msg_control = alloca0(mh.msg_controllen); in bus_socket_write_message()