Searched refs:domain (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/net/ |
D | socket.c | 11 int domain; member 48 fd = socket(s->domain, s->type, s->protocol); in run_tests() 63 s->domain, s->type, s->protocol, in run_tests() 76 s->domain, s->type, s->protocol, in run_tests()
|
D | msg_zerocopy.c | 263 static void setup_sockaddr(int domain, const char *str_addr, in setup_sockaddr() argument 269 switch (domain) { in setup_sockaddr() 291 static int do_setup_tx(int domain, int type, int protocol) in do_setup_tx() argument 295 fd = socket(domain, type, protocol); in do_setup_tx() 303 if (domain != PF_PACKET) in do_setup_tx() 395 static void do_tx(int domain, int type, int protocol) in do_tx() argument 408 fd = do_setup_tx(domain, type, protocol); in do_tx() 410 if (domain == PF_PACKET) { in do_tx() 437 if (domain == PF_PACKET || protocol == IPPROTO_RAW) { in do_tx() 477 static int do_setup_rx(int domain, int type, int protocol) in do_setup_rx() argument [all …]
|
/tools/power/cpupower/utils/helpers/ |
D | pci.c | 26 struct pci_dev *pci_acc_init(struct pci_access **pacc, int domain, int bus, in pci_acc_init() argument 37 filter_nb_link.domain = domain; in pci_acc_init()
|
D | helpers.h | 116 extern struct pci_dev *pci_acc_init(struct pci_access **pacc, int domain,
|
/tools/virtio/virtio-trace/ |
D | README | 68 If you manage guests with libvirt, add the following tags to domain XML files.
|