11 struct osmo_netns_switch_state {
12 sigset_t prev_sigmask;
16 int osmo_netns_open_fd(
const char *
name);
17 int osmo_netns_switch_enter(
int nsfd,
struct osmo_netns_switch_state *state);
18 int osmo_netns_switch_exit(
struct osmo_netns_switch_state *state);