Searched refs:tap_probe_vnet_hdr (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap-stub.c | 40 int tap_probe_vnet_hdr(int fd, Error **errp) in tap_probe_vnet_hdr() function
|
H A D | tap_int.h | 37 int tap_probe_vnet_hdr(int fd, Error **errp);
|
H A D | tap.c | 598 vnet_hdr = tap_probe_vnet_hdr(fd, errp); in net_init_bridge() 808 vnet_hdr = tap_probe_vnet_hdr(fd, errp); in net_init_tap() 865 vnet_hdr = tap_probe_vnet_hdr(fd, errp); in net_init_tap() 870 } else if (vnet_hdr != tap_probe_vnet_hdr(fd, NULL)) { in net_init_tap() 917 vnet_hdr = tap_probe_vnet_hdr(fd, errp); in net_init_tap()
|
H A D | tap-bsd.c | 205 int tap_probe_vnet_hdr(int fd, Error **errp) in tap_probe_vnet_hdr() function
|
H A D | tap-solaris.c | 209 int tap_probe_vnet_hdr(int fd, Error **errp) in tap_probe_vnet_hdr() function
|
H A D | tap-linux.c | 149 int tap_probe_vnet_hdr(int fd, Error **errp) in tap_probe_vnet_hdr() function
|