Searched refs:SOCK_MAX (Results 1 – 3 of 3) sorted by relevance
118 #define SOCK_MAX (SOCK_PACKET + 1) macro
262 AA_BUG(type < 0 || type >= SOCK_MAX); in aa_profile_af_perm()
1617 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()