Searched refs:expose_port_flush (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/nspawn/ |
D | nspawn-expose-ports.c | 85 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()
|
D | nspawn-expose-ports.h | 27 int expose_port_flush(FirewallContext **fw_ctx, ExposePort* l, int af, union in_addr_union *exposed…
|
D | nspawn.c | 5309 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()
|