Home
last modified time | relevance | path

Searched refs:TOMOYO_SOCK_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dnetwork.c33 const char * const tomoyo_proto_keyword[TOMOYO_SOCK_MAX] = {
139 [TOMOYO_SOCK_MAX][TOMOYO_MAX_NETWORK_OPERATION] = {
162 [TOMOYO_SOCK_MAX][TOMOYO_MAX_NETWORK_OPERATION] = {
290 for (e.protocol = 0; e.protocol < TOMOYO_SOCK_MAX; e.protocol++) in tomoyo_write_inet_network()
296 if (e.protocol == TOMOYO_SOCK_MAX || !e.perm) in tomoyo_write_inet_network()
335 for (e.protocol = 0; e.protocol < TOMOYO_SOCK_MAX; e.protocol++) in tomoyo_write_unix_network()
341 if (e.protocol == TOMOYO_SOCK_MAX || !e.perm) in tomoyo_write_unix_network()
H A Dcommon.h55 #define TOMOYO_SOCK_MAX 6 macro
1081 extern const char * const tomoyo_proto_keyword[TOMOYO_SOCK_MAX];