Searched refs:AF_MAX (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnet.h25 #define NPROTO AF_MAX
/linux-master/tools/testing/selftests/net/
H A Dsocket.c29 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
/linux-master/net/core/
H A Dsock_diag.c19 static const struct sock_diag_handler __rcu *sock_diag_handlers[AF_MAX];
209 if (family >= AF_MAX)
222 if (family >= AF_MAX)
239 if (req->sdiag_family >= AF_MAX)
241 req->sdiag_family = array_index_nospec(req->sdiag_family, AF_MAX);
H A Dsock.c210 static struct lock_class_key af_family_keys[AF_MAX];
211 static struct lock_class_key af_family_kern_keys[AF_MAX];
212 static struct lock_class_key af_family_slock_keys[AF_MAX];
213 static struct lock_class_key af_family_kern_slock_keys[AF_MAX];
238 x "AF_MAX"
240 static const char *const af_family_key_strings[AF_MAX+1] = {
243 static const char *const af_family_slock_key_strings[AF_MAX+1] = {
246 static const char *const af_family_clock_key_strings[AF_MAX+1] = {
250 static const char *const af_family_kern_key_strings[AF_MAX+1] = {
253 static const char *const af_family_kern_slock_key_strings[AF_MAX
[all...]
/linux-master/include/linux/
H A Dsocket.h243 #define AF_MAX 46 /* For now.. */ macro
294 #define PF_MAX AF_MAX
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h243 #define AF_MAX 46 /* For now.. */ macro
294 #define PF_MAX AF_MAX
/linux-master/security/apparmor/
H A Dnet.c119 AA_BUG(family >= AF_MAX);
/linux-master/kernel/
H A Dauditfilter.c438 if (f->val >= AF_MAX)

Completed in 183 milliseconds