Searched refs:self_net (Results 1 – 1 of 1) sorted by relevance
94 int init_net, self_net, err; in test_flow_dissector_reattach() local96 self_net = open("/proc/self/ns/net", O_RDONLY); in test_flow_dissector_reattach()97 if (CHECK_FAIL(self_net < 0)) { in test_flow_dissector_reattach()133 err = setns(self_net, CLONE_NEWNET); in test_flow_dissector_reattach()139 close(self_net); in test_flow_dissector_reattach()