Searched refs:tap_open (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-bsd.c | 38 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open() function 153 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open() function
|
H A D | tap-stub.c | 29 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open() function
|
H A D | tap_int.h | 31 int tap_open(char *ifname, int ifname_size, int *vnet_hdr,
|
H A D | tap-solaris.c | 179 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open() function
|
H A D | tap-linux.c | 40 int tap_open(char *ifname, int ifname_size, int *vnet_hdr, in tap_open() function
|
H A D | tap.c | 625 fd = RETRY_ON_EINTR(tap_open(ifname, ifname_sz, vnet_hdr, vnet_hdr_required, in net_tap_init()
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | 511 static int tap_open(struct inode *inode, struct file *file) in tap_open() function 1160 .open = tap_open,
|