Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dsock_diag.c19 static const struct sock_diag_handler *sock_diag_handlers[AF_MAX];
186 if (hndl->family >= AF_MAX) in sock_diag_register()
204 if (family >= AF_MAX) in sock_diag_unregister()
223 if (req->sdiag_family >= AF_MAX) in __sock_diag_cmd()
225 req->sdiag_family = array_index_nospec(req->sdiag_family, AF_MAX); in __sock_diag_cmd()
Dsock.c205 static struct lock_class_key af_family_keys[AF_MAX];
206 static struct lock_class_key af_family_kern_keys[AF_MAX];
207 static struct lock_class_key af_family_slock_keys[AF_MAX];
208 static struct lock_class_key af_family_kern_slock_keys[AF_MAX];
235 static const char *const af_family_key_strings[AF_MAX+1] = {
238 static const char *const af_family_slock_key_strings[AF_MAX+1] = {
241 static const char *const af_family_clock_key_strings[AF_MAX+1] = {
245 static const char *const af_family_kern_key_strings[AF_MAX+1] = {
248 static const char *const af_family_kern_slock_key_strings[AF_MAX+1] = {
251 static const char *const af_family_kern_clock_key_strings[AF_MAX+1] = {
[all …]
/Linux-v6.1/include/uapi/linux/
Dnet.h25 #define NPROTO AF_MAX
/Linux-v6.1/tools/testing/selftests/net/
Dsocket.c29 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
/Linux-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h239 #define AF_MAX 46 /* For now.. */ macro
290 #define PF_MAX AF_MAX
/Linux-v6.1/include/linux/
Dsocket.h239 #define AF_MAX 46 /* For now.. */ macro
290 #define PF_MAX AF_MAX
/Linux-v6.1/security/apparmor/
Dnet.c115 AA_BUG(family >= AF_MAX); in aa_profile_af_perm()
/Linux-v6.1/kernel/
Dauditfilter.c438 if (f->val >= AF_MAX) in audit_field_valid()