Home
last modified time | relevance | path

Searched refs:expose_port_flush (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-expose-ports.c85 int expose_port_flush(FirewallContext **fw_ctx, ExposePort* l, int af, union in_addr_union *exposed… in expose_port_flush() function
138 return expose_port_flush(fw_ctx, l, af, exposed); in expose_port_execute()
Dnspawn-expose-ports.h27 int expose_port_flush(FirewallContext **fw_ctx, ExposePort* l, int af, union in_addr_union *exposed…
Dnspawn.c5309 expose_port_flush(&expose_args->fw_ctx, arg_expose_ports, AF_INET, &expose_args->address4); in run_container()
5310 expose_port_flush(&expose_args->fw_ctx, arg_expose_ports, AF_INET6, &expose_args->address6); in run_container()
5901 expose_port_flush(&fw_ctx, arg_expose_ports, AF_INET, &expose_args.address4); in run()
5902 expose_port_flush(&fw_ctx, arg_expose_ports, AF_INET6, &expose_args.address6); in run()