Home
last modified time | relevance | path

Searched defs:rcv_fds (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dreuseport_dualstack.c31 static void build_rcv_fd(int family, int proto, int *rcv_fds, int count) in build_rcv_fd()
128 static void test(int *rcv_fds, int count, int proto) in test()
161 int rcv_fds[32], i; in main() local
H A Dreuseport_addr_any.c34 build_rcv_fd(int family,int proto,int * rcv_fds,int count,const char * addr_str) build_rcv_fd() argument
194 test(int * rcv_fds,int count,int family,int proto,int fd) test() argument
231 int rcv_fds[10], i; run_one_test() local
[all...]
H A Dtcp_fastopen_backup_key.c43 static int rcv_fds[N_LISTEN]; variable
89 static void build_rcv_fd(int family, int proto, int *rcv_fds) in build_rcv_fd()