Home
last modified time | relevance | path

Searched refs:check_peer_type (Results 1 – 4 of 4) sorted by relevance

/qemu/include/net/
H A Dnet.h94 NetCheckPeerType *check_peer_type; member
/qemu/net/
H A Dvhost-user.c233 .check_peer_type = vhost_user_check_peer_type,
H A Dvhost-vdpa.c433 .check_peer_type = vhost_vdpa_check_peer_type,
1288 .check_peer_type = vhost_vdpa_check_peer_type,
/qemu/hw/core/
H A Dqdev-properties-system.c460 if (peers[i]->info->check_peer_type) { in set_netdev()
461 if (!peers[i]->info->check_peer_type(peers[i], obj->class, errp)) { in set_netdev()