Home
last modified time | relevance | path

Searched refs:SOCK_MAX (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dnet.h118 #define SOCK_MAX (SOCK_PACKET + 1) macro
/linux/security/apparmor/
H A Dnet.c262 AA_BUG(type < 0 || type >= SOCK_MAX); in aa_profile_af_perm()
/linux/net/
H A Dsocket.c1617 if (type < 0 || type >= SOCK_MAX) in __sock_create()
1763 BUILD_BUG_ON((SOCK_MAX | SOCK_TYPE_MASK) != SOCK_TYPE_MASK); in __sys_socket_create()