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