Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dsock_diag.c19 static const struct sock_diag_handler *sock_diag_handlers[AF_MAX];
189 if (hndl->family >= AF_MAX) in sock_diag_register()
207 if (family >= AF_MAX) in sock_diag_unregister()
226 if (req->sdiag_family >= AF_MAX) in __sock_diag_cmd()
228 req->sdiag_family = array_index_nospec(req->sdiag_family, AF_MAX); in __sock_diag_cmd()
Dsock.c209 static struct lock_class_key af_family_keys[AF_MAX];
210 static struct lock_class_key af_family_kern_keys[AF_MAX];
211 static struct lock_class_key af_family_slock_keys[AF_MAX];
212 static struct lock_class_key af_family_kern_slock_keys[AF_MAX];
239 static const char *const af_family_key_strings[AF_MAX+1] = {
242 static const char *const af_family_slock_key_strings[AF_MAX+1] = {
245 static const char *const af_family_clock_key_strings[AF_MAX+1] = {
249 static const char *const af_family_kern_key_strings[AF_MAX+1] = {
252 static const char *const af_family_kern_slock_key_strings[AF_MAX+1] = {
255 static const char *const af_family_kern_clock_key_strings[AF_MAX+1] = {
[all …]
/Linux-v6.6/include/uapi/linux/
Dnet.h25 #define NPROTO AF_MAX
/Linux-v6.6/tools/testing/selftests/net/
Dsocket.c29 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
/Linux-v6.6/include/linux/
Dsocket.h243 #define AF_MAX 46 /* For now.. */ macro
294 #define PF_MAX AF_MAX
/Linux-v6.6/tools/perf/trace/beauty/include/linux/
Dsocket.h243 #define AF_MAX 46 /* For now.. */ macro
294 #define PF_MAX AF_MAX
/Linux-v6.6/security/apparmor/
Dnet.c117 AA_BUG(family >= AF_MAX); in aa_profile_af_perm()
/Linux-v6.6/kernel/
Dauditfilter.c438 if (f->val >= AF_MAX) in audit_field_valid()