Lines Matching refs:family
34 static void build_rcv_group(int *rcv_fd, size_t len, int family, int proto) in build_rcv_group() argument
42 switch (family) { in build_rcv_group()
56 error(1, 0, "Unsupported family %d", family); in build_rcv_group()
60 rcv_fd[i] = socket(family, proto, 0); in build_rcv_group()
94 static void send_from_cpu(int cpu_id, int family, int proto) in send_from_cpu() argument
102 switch (family) { in send_from_cpu()
126 error(1, 0, "Unsupported family %d", family); in send_from_cpu()
134 fd = socket(family, proto, 0); in send_from_cpu()
184 static void test(int *rcv_fd, int len, int family, int proto) in test() argument
189 build_rcv_group(rcv_fd, len, family, proto); in test()
204 send_from_cpu(cpu, family, proto); in test()
210 send_from_cpu(cpu, family, proto); in test()
216 send_from_cpu(cpu, family, proto); in test()
222 send_from_cpu(cpu, family, proto); in test()