Searched refs:af_max (Results 1 – 4 of 4) sorted by relevance
28 int af_max(void);
38 int af_max(void) { in af_max() function
25 assert_se(af_to_name(af_max()) == NULL); in TEST()
1473 if (af <= 0 || af >= af_max()) in seccomp_restrict_address_families()1525 for (int af = 1; af < af_max(); af++) { in seccomp_restrict_address_families()