Home
last modified time | relevance | path

Searched refs:vhost (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/pkg/report/testdata/linux/guilty/
D291 FILE: drivers/vhost/vhost.c
21 vhost_poll_func+0x3d/0x50 drivers/vhost/vhost.c:165
24 vhost_poll_start+0x97/0x1c0 drivers/vhost/vhost.c:212
25 vhost_vring_ioctl+0xe28/0x19b0 drivers/vhost/vhost.c:1556
26 vhost_net_ioctl+0x9df/0x1910 drivers/vhost/net.c:1320
49 vhost_net_open+0x27/0x670 drivers/vhost/net.c:902
69 vhost_net_release+0x159/0x190 drivers/vhost/net.c:1012
/external/libevent/
Dhttp.c3348 struct evhttp *vhost; in evhttp_find_alias() local
3361 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
3362 if (evhttp_find_alias(vhost, outhttp, hostname)) in evhttp_find_alias()
3384 struct evhttp *vhost; in evhttp_find_vhost() local
3393 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_vhost()
3394 if (prefix_suffix_match(vhost->vhost_pattern, in evhttp_find_vhost()
3396 http = vhost; in evhttp_find_vhost()
3676 struct evhttp* vhost; in evhttp_free() local
3699 while ((vhost = TAILQ_FIRST(&http->virtualhosts)) != NULL) { in evhttp_free()
3700 TAILQ_REMOVE(&http->virtualhosts, vhost, next_vhost); in evhttp_free()
[all …]
/external/syzkaller/sys/linux/
Dsocket_vnet.txt10 include <uapi/linux/vhost.h>
38 openat$vhost_vsock(fd const[AT_FDCWD], file ptr[in, string["/dev/vhost-vsock"]], flags const[O_RDWR…
42 openat$vnet(fd const[AT_FDCWD], file ptr[in, string["/dev/vhost-net"]], flags const[O_RDWR], mode c…
/external/libevent/include/event2/
Dhttp.h324 struct evhttp* vhost);
335 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/external/python/cpython3/Doc/library/
Dwsgiref.rst479 setting can only be made on a vhost level, affecting all other script