Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/include/uapi/linux/ !
Dnet.h25 #define NPROTO AF_MAX
/linux-5.19.10/tools/testing/selftests/net/ !
Dsocket.c29 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
/linux-5.19.10/tools/perf/trace/beauty/include/linux/ !
Dsocket.h234 #define AF_MAX 46 /* For now.. */ macro
285 #define PF_MAX AF_MAX
/linux-5.19.10/include/linux/ !
Dsocket.h234 #define AF_MAX 46 /* For now.. */ macro
285 #define PF_MAX AF_MAX
/linux-5.19.10/security/apparmor/ !
Dnet.c115 AA_BUG(family >= AF_MAX); in aa_profile_af_perm()
/linux-5.19.10/kernel/ !
Dauditfilter.c438 if (f->val >= AF_MAX) in audit_field_valid()