Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtun.c136 static int tun_detach(int fd, char *dev) in tun_detach() function
511 EXPECT_EQ(tun_detach(self->fd, self->ifname), -1); in TEST_F()
517 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
523 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
531 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
538 EXPECT_EQ(tun_detach(self->fd, self->ifname), 0); in TEST_F()
/linux/drivers/net/
H A Dtun.c629 static void tun_detach(struct tun_file *tfile, bool clean) in tun_detach() function
3436 tun_detach(tfile, true); in tun_chr_close()