Searched refs:inany (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 603 static void prepare_sk_fds(int type, sa_family_t family, bool inany) in prepare_sk_fds() argument 610 if (inany) in prepare_sk_fds() 677 static void setup_per_test(int type, sa_family_t family, bool inany, in setup_per_test() argument 682 prepare_sk_fds(type, family, inany); in setup_per_test() 787 static void test_config(int sotype, sa_family_t family, bool inany) in test_config() argument 815 inany ? "INANY" : "LOOPBACK", t->name); in test_config() 820 setup_per_test(sotype, family, inany, t->no_inner_map); in test_config() 833 bool inany; in test_all() member 845 test_config(c->sotype, c->family, c->inany); in test_all()
|