Searched refs:vhostfdname (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/net/ |
H A D | tap.c | 650 const char *downscript, const char *vhostfdname, in net_init_tap_one() argument 679 vhostfdname || (tap->has_vhostforce && tap->vhostforce)) { in net_init_tap_one() 690 if (vhostfdname) { in net_init_tap_one() 691 vhostfd = monitor_fd_param(monitor_cur(), vhostfdname, &err); in net_init_tap_one() 722 } else if (vhostfdname) { in net_init_tap_one() 768 const char *vhostfdname; in net_init_tap() local 775 vhostfdname = tap->vhostfd; in net_init_tap() 816 vhostfdname, vnet_hdr, fd, &err); in net_init_tap() 924 script, downscript, vhostfdname, in net_init_tap() 971 vhostfdname, vnet_hdr, fd, &err); in net_init_tap()
|