Lines Matching defs:operation

27 	u8 operation;
288 const char *operation = tomoyo_read_token(param);
294 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
333 const char *operation = tomoyo_read_token(param);
339 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
358 * @operation: Name of socket operation.
365 const u8 operation, const char *address)
370 tomoyo_socket_keyword[operation], address);
396 r->param.inet_network.operation, buf);
410 r->param.unix_network.operation,
415 * tomoyo_check_inet_acl - Check permission for inet domain socket operation.
429 if (!(acl->perm & (1 << r->param.inet_network.operation)) ||
445 * tomoyo_check_unix_acl - Check permission for unix domain socket operation.
458 return (acl->perm & (1 << r->param.unix_network.operation)) &&
464 * tomoyo_inet_entry - Check permission for INET network operation.
475 const u8 type = tomoyo_inet2mac[address->protocol][address->operation];
481 r.param.inet_network.operation = address->operation;
495 * tomoyo_check_inet_address - Check permission for inet domain socket's operation.
541 * tomoyo_unix_entry - Check permission for UNIX network operation.
552 const u8 type = tomoyo_unix2mac[address->protocol][address->operation];
573 r.param.unix_network.operation = address->operation;
588 * tomoyo_check_unix_address - Check permission for unix domain socket's operation.
672 address.operation = TOMOYO_NETWORK_LISTEN;
702 address.operation = TOMOYO_NETWORK_SEND;
706 address.operation = TOMOYO_NETWORK_CONNECT;
741 address.operation = TOMOYO_NETWORK_BIND;
772 address.operation = TOMOYO_NETWORK_SEND;