Searched refs:build_rcv_fd (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | reuseport_dualstack.c | 32 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd() 175 build_rcv_fd(AF_INET, SOCK_DGRAM, rcv_fds, 5); in main() 176 build_rcv_fd(AF_INET6, SOCK_DGRAM, &(rcv_fds[5]), 5); in main() 182 build_rcv_fd(AF_INET6, SOCK_DGRAM, rcv_fds, 5); in main() 183 build_rcv_fd(AF_INET, SOCK_DGRAM, &(rcv_fds[5]), 5); in main() 192 build_rcv_fd(AF_INET, SOCK_DGRAM, rcv_fds, 16); in main() 193 build_rcv_fd(AF_INET6, SOCK_DGRAM, &(rcv_fds[16]), 16); in main() 199 build_rcv_fd(AF_INET6, SOCK_DGRAM, rcv_fds, 16); in main() 200 build_rcv_fd(AF_INET, SOCK_DGRAM, &(rcv_fds[16]), 16); in main() 206 build_rcv_fd(AF_INE in main() 31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) build_rcv_fd() function [all...] |
| H A D | reuseport_addr_any.c | 29 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, 214 build_rcv_fd(AF_INET, proto, rcv_fds, 2, NULL); in test() 215 build_rcv_fd(AF_INET6, proto, rcv_fds + 2, 2, NULL); in test() 216 build_rcv_fd(fam_rcv, proto, rcv_fds + 4, 1, addr_str); in test() 217 build_rcv_fd(AF_INET, proto, rcv_fds + 5, 2, NULL); in test() 218 build_rcv_fd(AF_INET6, proto, rcv_fds + 7, 2, NULL); in test() 34 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count, build_rcv_fd() function
|
| H A D | tcp_fastopen_backup_key.c | 89 static void build_rcv_fd(int family, int proto, int *rcv_fds) in build_rcv_fd() function 250 build_rcv_fd(family, SOCK_STREAM, rcv_fds); in run_one_test()
|