Home
last modified time | relevance | path

Searched refs:tun_detach (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/testing/selftests/net/
Dtun.c31 static int tun_detach(int fd, char *dev) in tun_detach() function
132 EXPECT_EQ(tun_detach(self->fd, self->ifname), -1); in TEST_F()
137 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
142 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
149 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
155 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
/linux-6.1.9/drivers/net/
Dtun.c692 static void tun_detach(struct tun_file *tfile, bool clean) in tun_detach() function
3469 tun_detach(tfile, true); in tun_chr_close()